Skip to content

Commit

Permalink
chore: bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Jul 8, 2024
1 parent 0b6131d commit 7b52fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@sebastianwessel/quickjs",
"version": "1.0.0",
"version": "1.1.0",
"description": "A typescript package to execute javascript code in a webassembly quickjs sandbox",
"exports": "./dist/esm/index.js",
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sebastianwessel/quickjs",
"version": "1.0.0",
"version": "1.1.0",
"description": "A typescript package to execute javascript code in a webassembly quickjs sandbox",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 7b52fd5

Please sign in to comment.