diff --git a/.changeset/pray-three-times.md b/.changeset/pray-three-times.md new file mode 100644 index 00000000..89472f90 --- /dev/null +++ b/.changeset/pray-three-times.md @@ -0,0 +1,6 @@ +--- +'@axelar-network/axelar-cgp-sui': patch +--- + +- 86d7fa3: Include gas payment into test contract's `send_call` function +- ab7235b: Remove postinstall script and src directory from published content diff --git a/package.json b/package.json index fbadc19f..6cb367b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axelar-network/axelar-cgp-sui", - "version": "0.3.1", + "version": "0.3.0", "repository": { "type": "git", "url": "https://github.com/axelarnetwork/axelar-cgp-sui" @@ -20,7 +20,7 @@ "test-js": "npx mocha", "test": "npm run test-move && npm run test-js", "coverage": "./scripts/coverage.sh", - "release": "npm run build && changeset publish", + "release": "npm run build && npm publish --no-git-checks --access public", "cs": "changeset", "lint": "eslint --fix './src/*.ts' './test/*.js'", "prettier": "prettier --write './src/*.ts' './test/*.js'"