3 Commits
Author SHA1 Message Date
thatguygriff 06faf264a6 Merge pull request 'Set the working version to 1.3.3' (#22) from release/bump-1.3.3 into main
CI / Typecheck, test, build (push) Successful in 45s
Publish / Build and push (push) Successful in 1m48s
Publish / Move the working version on (push) Skipped
Reviewed-on: #22
Reviewed-by: James Griffin-Allwood <[email protected]>
2026-09-17 00:04:46 +00:00
Release Bot 496a341b98 Set the working version to 1.3.3 2026-09-17 00:02:59 +00:00
thatguygriff 1f1f777374 Merge pull request 'Fall through to the post page when a reel embeds only its cover frame' (#21) from fix/instagram-reel-video into main
CI / Typecheck, test, build (push) Successful in 52s
Publish / Build and push (push) Successful in 1m39s
Publish / Move the working version on (push) Successful in 4s
Reviewed-on: #21
Reviewed-by: James Griffin-Allwood <[email protected]>
2026-09-17 00:00:12 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "antisocial", "name": "antisocial",
"version": "1.3.2", "version": "1.3.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "antisocial", "name": "antisocial",
"version": "1.3.2", "version": "1.3.3",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@fastify/static": "10.1.3", "@fastify/static": "10.1.3",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "antisocial", "name": "antisocial",
"version": "1.3.2", "version": "1.3.3",
"private": true, "private": true,
"description": "Reads social posts back to you without the app.", "description": "Reads social posts back to you without the app.",
"license": "UNLICENSED", "license": "UNLICENSED",