Skip to content

Commit

Permalink
0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jan 4, 2023
1 parent 8ca4e61 commit 21ec00a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/emnapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tybys/emnapi",
"version": "0.22.0",
"version": "0.23.0",
"description": "Node-API implementation for Emscripten",
"main": "index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tybys/emnapi-runtime",
"version": "0.22.0",
"version": "0.23.0",
"description": "emnapi runtime",
"main": "index.js",
"module": "./dist/emnapi.esm-bundler.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"transform": "@tybys/ts-transform-define",
"defines": {
"__VERSION__": "\"0.22.0\""
"__VERSION__": "\"0.23.0\""
}
}
]
Expand Down

0 comments on commit 21ec00a

Please sign in to comment.