Skip to content

Commit

Permalink
chore(main): release @matterlabs/hardhat-zksync-deploy 1.5.0 (#1159)
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>
Co-authored-by: Marko Arambasic <[email protected]>
  • Loading branch information
github-actions[bot] and kiriyaga-txfusion authored Jun 19, 2024
1 parent 3013ff2 commit 697b222
Show file tree
Hide file tree
Showing 3 changed files with 10 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,5 +1,5 @@
{
"packages/hardhat-zksync-deploy": "1.4.0",
"packages/hardhat-zksync-deploy": "1.5.0",
"packages/hardhat-zksync-solc": "1.2.0",
"packages/hardhat-zksync-upgradable": "1.4.1",
"packages/hardhat-zksync-vyper": "1.0.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/hardhat-zksync-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @matterlabs/hardhat-zksync-deploy

## [1.5.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-deploy-v1.4.0...@matterlabs/hardhat-zksync-deploy-v1.5.0) (2024-06-19)


### Features

* bump ethers, zksync-ethers, hardaht and other dependencies to newer versions ([#1111](https://github.com/matter-labs/hardhat-zksync/issues/1111)) ([a2d503a](https://github.com/matter-labs/hardhat-zksync/commit/a2d503abe3f504859651f22998046576eddf6579))
* switch to the default codegen with zksolc ([#1062](https://github.com/matter-labs/hardhat-zksync/issues/1062)) ([5ec997a](https://github.com/matter-labs/hardhat-zksync/commit/5ec997aaa83ba18d978f10b96f489513f6c4dd9f))

## [1.4.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-deploy-v1.3.0...@matterlabs/hardhat-zksync-deploy-v1.4.0) (2024-05-28)


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

0 comments on commit 697b222

Please sign in to comment.