Skip to content

Commit

Permalink
Bump publish-prod to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matYang committed Mar 22, 2024
1 parent 2efabe2 commit b06a3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"coverage": "hardhat coverage",
"prepublishOnly": "pnpm compile && ./scripts/prepublish_generate_abi_folder",
"publish-beta": "pnpm publish --tag beta",
"publish-prod": "npm dist-tag add @chainlink/contracts-ccip@1.2.1 latest",
"publish-prod": "npm dist-tag add @chainlink/contracts-ccip@1.4.0 latest",
"lint:ccip": "solhint --config ./src/v0.8/ccip/.solhint.json --ignore-path .ccip-solhint-ignore --max-warnings 0 \"./src/v0.8/ccip/**/*.sol\"",
"solhint": "solhint --max-warnings 18 \"./src/v0.8/**/*.sol\""
},
Expand Down

0 comments on commit b06a3c2

Please sign in to comment.