Skip to content

Commit

Permalink
@chainlink.contracts release v0.7.1 (#10740)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored Sep 20, 2023
1 parent 3de3a4b commit 2584384
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

...

## 0.7.1 - 2023-09-20

### Changed

- Add Chainlink Functions v1.0.0 (#9365)
Expand Down
4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/contracts",
"version": "0.6.1",
"version": "0.7.1",
"description": "Chainlink smart contracts",
"author": "Chainlink devs",
"license": "MIT",
Expand All @@ -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@0.6.1 latest"
"publish-prod": "npm dist-tag add @chainlink/contracts@0.7.1 latest"
},
"files": [
"src/",
Expand Down

0 comments on commit 2584384

Please sign in to comment.