Skip to content

Commit

Permalink
chore(main): release @matterlabs/hardhat-zksync-upgradable 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 16, 2024
1 parent 2bb7976 commit 23a7333
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/hardhat-zksync-deploy": "1.5.0",
"packages/hardhat-zksync-solc": "1.2.4",
"packages/hardhat-zksync-upgradable": "1.5.2",
"packages/hardhat-zksync-upgradable": "1.6.0",
"packages/hardhat-zksync-vyper": "1.1.0",
"packages/hardhat-zksync-verify": "1.6.0",
"packages/hardhat-zksync": "1.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/hardhat-zksync-upgradable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @matterlabs/hardhat-zksync-upgradable

## [1.6.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v1.5.2...@matterlabs/hardhat-zksync-upgradable-v1.6.0) (2024-09-16)


### Features

* add upgrades extension in hre ([#1286](https://github.com/matter-labs/hardhat-zksync/issues/1286)) ([2bb7976](https://github.com/matter-labs/hardhat-zksync/commit/2bb7976cde6b87113930b7a492de56749fb1f1da))
* introducing ethers extension in hre ([#1283](https://github.com/matter-labs/hardhat-zksync/issues/1283)) ([8e471bc](https://github.com/matter-labs/hardhat-zksync/commit/8e471bcbbbf1ee712fe79cd5d5782c11e52e3b75))


### Bug Fixes

* update links to new doc site ([276740b](https://github.com/matter-labs/hardhat-zksync/commit/276740ba5abf8b5775e135b5653824d6456a7e4f))

## [1.5.2](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v1.5.1...@matterlabs/hardhat-zksync-upgradable-v1.5.2) (2024-08-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-upgradable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-upgradable",
"version": "1.5.2",
"version": "1.6.0",
"description": "Hardhat plugin to deploy and update upgradable smart contracts for the ZKsync network",
"repository": "github:matter-labs/hardhat-zksync",
"homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync-upgradable",
Expand Down

0 comments on commit 23a7333

Please sign in to comment.