Skip to content

Commit

Permalink
0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jun 24, 2023
1 parent be127f0 commit 5870859
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emnapi/core",
"version": "0.40.0",
"version": "0.41.0",
"description": "emnapi core",
"main": "index.js",
"module": "./dist/emnapi-core.esm-bundler.js",
Expand Down
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": "emnapi",
"version": "0.40.0",
"version": "0.41.0",
"description": "Node-API implementation for Emscripten",
"main": "index.js",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emnapi/node-binding",
"version": "0.40.0",
"version": "0.41.0",
"description": "Bridge connecting emnapi and Node.js native implementation",
"main": "index.js",
"types": "index.d.ts",
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": "@emnapi/runtime",
"version": "0.40.0",
"version": "0.41.0",
"description": "emnapi runtime",
"main": "index.js",
"module": "./dist/emnapi.esm-bundler.js",
Expand Down

0 comments on commit 5870859

Please sign in to comment.