From 7adbe3eafa961ec22a57e12c51a1c5bd429ef3f9 Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Wed, 18 Oct 2023 13:10:30 -0500 Subject: [PATCH 1/2] release: 1.0.0-rc2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5e0534..2666664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@extism/extism", - "version": "1.0.0-rc1", + "version": "1.0.0-rc2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@extism/extism", - "version": "1.0.0-rc1", + "version": "1.0.0-rc2", "license": "BSD-3-Clause", "dependencies": { "@bjorn3/browser_wasi_shim": "^0.2.14", diff --git a/package.json b/package.json index 16946f3..9888157 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@extism/extism", - "version": "1.0.0-rc1", + "version": "1.0.0-rc2", "description": "Extism runtime for JavaScript", "scripts": { "build": "node build.js && tsc --emitDeclarationOnly --project ./tsconfig.node.json --declaration --outDir dist && tsc --emitDeclarationOnly --project ./tsconfig.browser.json --declaration --outDir dist", From 8022c5bf78a8cd07e3f4d7ac848193df149467e6 Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Wed, 18 Oct 2023 13:11:07 -0500 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3109f36..945da50 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Instead of using FFI and the libextism shared object, this library uses whatever Install via npm: ``` -npm install @extism/extism@1.0.0-rc1 --save +npm install @extism/extism@1.0.0-rc2 --save ``` > **Note**: Keep in mind we will possibly have breaking changes b/w rc versions until we hit 1.0.