diff --git a/jsr.json b/jsr.json index 9eab2fd..0e0b357 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@sebastianwessel/quickjs", - "version": "1.1.1", + "version": "1.2.0", "description": "A typescript package to execute javascript code in a webassembly quickjs sandbox", "exports": "./dist/esm/index.js", "publish": { diff --git a/package.json b/package.json index a21d596..adc9fa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sebastianwessel/quickjs", - "version": "1.1.1", + "version": "1.2.0", "description": "A typescript package to execute javascript code in a webassembly quickjs sandbox", "type": "module", "keywords": [