Skip to content

Commit

Permalink
release 0.20.2-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Feb 8, 2024
1 parent 9a97fa2 commit a49c38d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions publish-github-action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a49c38d

Please sign in to comment.