Skip to content

Commit

Permalink
chore(main): release @matterlabs/hardhat-zksync-upgradable 1.4.0 (#993)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 4, 2024
1 parent 44efdbb commit 5e0b8cd
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.3.0",
"packages/hardhat-zksync-solc": "1.1.4",
"packages/hardhat-zksync-upgradable": "1.3.1",
"packages/hardhat-zksync-upgradable": "1.4.0",
"packages/hardhat-zksync-vyper": "1.0.8",
"packages/hardhat-zksync-verify": "1.4.2",
"packages/hardhat-zksync-toolbox": "1.3.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.4.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v1.3.1...@matterlabs/hardhat-zksync-upgradable-v1.4.0) (2024-04-04)


### Features

* bump hardhat-zksync-deploy dependency version ([#990](https://github.com/matter-labs/hardhat-zksync/issues/990)) ([76362bf](https://github.com/matter-labs/hardhat-zksync/commit/76362bf435a2af5294a9106370f9c9faaaccdd17))
* introducing a new tasks to compile,deploy and upgrade contracts ([#989](https://github.com/matter-labs/hardhat-zksync/issues/989)) ([44efdbb](https://github.com/matter-labs/hardhat-zksync/commit/44efdbb5aff55af1a8f7ab0cf514c2a88a042db4))


### Bug Fixes

* set valid fromBlock filter to check creation tx hash from the logs ([#975](https://github.com/matter-labs/hardhat-zksync/issues/975)) ([d381d11](https://github.com/matter-labs/hardhat-zksync/commit/d381d1182ded014339c247d21bc586a1cb9623de))

## [1.3.1](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v1.3.0...@matterlabs/hardhat-zksync-upgradable-v1.3.1) (2024-03-06)


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.3.1",
"version": "1.4.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 5e0b8cd

Please sign in to comment.