Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Mar 29, 2024
1 parent 228a78d commit be5c620
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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": "1.1.0",
"version": "1.1.1",
"description": "emnapi core",
"main": "index.js",
"module": "./dist/emnapi-core.esm-bundler.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/emnapi/include/node/emnapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define EMNAPI_MAJOR_VERSION 1
#define EMNAPI_MINOR_VERSION 1
#define EMNAPI_PATCH_VERSION 0
#define EMNAPI_PATCH_VERSION 1

typedef enum {
emnapi_runtime,
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": "1.1.0",
"version": "1.1.1",
"description": "Node-API implementation for Emscripten",
"main": "index.js",
"gypfile": false,
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": "1.1.0",
"version": "1.1.1",
"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": "1.1.0",
"version": "1.1.1",
"description": "emnapi runtime",
"main": "index.js",
"module": "./dist/emnapi.esm-bundler.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-transform-emscripten-parse-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emnapi/ts-transform-emscripten-parse-tools",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"description": "",
"type": "commonjs",
Expand Down

0 comments on commit be5c620

Please sign in to comment.