From a49c38dcdea763f3ba993d0754099a407025d96e Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Wed, 7 Feb 2024 18:19:42 -0600 Subject: [PATCH] release 0.20.2-rc.4 --- package-lock.json | 4 ++-- package.json | 2 +- publish-github-action.sh | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ac90bf24b..c5f77b7fa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azle", - "version": "0.20.2-rc.3", + "version": "0.20.2-rc.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "azle", - "version": "0.20.2-rc.3", + "version": "0.20.2-rc.4", "license": "MIT", "dependencies": { "@dfinity/candid": "github:demergent-labs/candid#minimum_viable", diff --git a/package.json b/package.json index c283c3b642..0045e34ff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azle", - "version": "0.20.2-rc.3", + "version": "0.20.2-rc.4", "rust_version": "1.73.0", "dfx_version": "0.16.1", "description": "TypeScript and JavaScript CDK for the Internet Computer", diff --git a/publish-github-action.sh b/publish-github-action.sh index d4fe1bfd21..6f3477c1d9 100755 --- a/publish-github-action.sh +++ b/publish-github-action.sh @@ -47,6 +47,8 @@ git push origin $GITHUB_HEAD_REF git tag $VERSION git push origin $VERSION +npm install +npm link dfx start --background cd examples/hello_world npm install