Skip to content

Commit

Permalink
bump web3 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey authored Nov 22, 2023
1 parent 08affbe commit fe82d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 packages/massa-web3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@massalabs/massa-web3",
"version": "2.2.5",
"version": "2.2.6",
"description": "massa's web3 sdk client",
"main": "dist/cmd/index.js",
"module": "dist/esm/index.js",
Expand Down
1 change: 1 addition & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ npm ci
npm run build

ref=$1
echo "Publishing packages for reference: $ref"
TAG=""

if [[ "$ref" == *"buildnet"* ]]; then
Expand Down

0 comments on commit fe82d0d

Please sign in to comment.