Skip to content

Commit

Permalink
chore(main): release @matterlabs/hardhat-zksync-solc 1.1.4 (#835)
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 Feb 26, 2024
1 parent d3001c0 commit fe106de
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,6 +1,6 @@
{
"packages/hardhat-zksync-deploy": "1.2.0",
"packages/hardhat-zksync-solc": "1.1.3",
"packages/hardhat-zksync-solc": "1.1.4",
"packages/hardhat-zksync-upgradable": "1.2.4",
"packages/hardhat-zksync-vyper": "1.0.8",
"packages/hardhat-zksync-verify": "1.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/hardhat-zksync-solc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @matterlabs/hardhat-zksync-solc

## [1.1.4](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-solc-v1.1.3...@matterlabs/hardhat-zksync-solc-v1.1.4) (2024-02-26)


### Bug Fixes

* add mock extension for compiler path remote origins ([#824](https://github.com/matter-labs/hardhat-zksync/issues/824)) ([14e3e80](https://github.com/matter-labs/hardhat-zksync/commit/14e3e80df60cc74ae2c26f6bfa487b17bd212f73))
* adjust solc message for missing libraries ([#783](https://github.com/matter-labs/hardhat-zksync/issues/783)) ([aa2b48b](https://github.com/matter-labs/hardhat-zksync/commit/aa2b48b98d5fc11570161a6b7cdfa1944ef5e8a4))

## [1.1.3](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-solc-v1.1.2...@matterlabs/hardhat-zksync-solc-v1.1.3) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-solc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-solc",
"version": "1.1.3",
"version": "1.1.4",
"description": "Hardhat plugin to compile 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-solc",
Expand Down

0 comments on commit fe106de

Please sign in to comment.