Skip to content

Commit 441acd8

Browse files
chore: bump to version 1.2
1 parent 6227390 commit 441acd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@sebastianwessel/quickjs",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"description": "A typescript package to execute javascript code in a webassembly quickjs sandbox",
66
"exports": "./dist/esm/index.js",
77
"publish": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sebastianwessel/quickjs",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A typescript package to execute javascript code in a webassembly quickjs sandbox",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)