Skip to content

Commit

Permalink
mark v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Nov 18, 2024
1 parent 7e0ee52 commit 44325f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"release": "npm run check && node utils/publish-sdk.js && node utils/bundle-and-upload-slugs.js && node utils/package-and-upload.js",
"check": "npm run type && npm run build && playwright test --forbid-only --workers 1"
},
"version": "0.11.2",
"version": "0.12.0",
"workspaces": [
"slug",
"slug/thumbnail_generator",
Expand Down Expand Up @@ -40,4 +40,4 @@
"openai": "^4.33.0",
"sqlite3": "^5.1.7"
}
}
}
2 changes: 1 addition & 1 deletion slug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snail-slug",
"version": "0.11.2",
"version": "0.12.0",
"workspaces": [
"thumbnail_generator",
"sdk",
Expand Down
2 changes: 1 addition & 1 deletion slug/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snail-sdk",
"version": "0.11.2",
"version": "0.12.0",
"description": "SDK for snail",
"main": "index.js",
"author": "Joel Einbinder",
Expand Down

0 comments on commit 44325f9

Please sign in to comment.