Skip to content

Commit

Permalink
chore(main): release @matterlabs/hardhat-zksync-chai-matchers 1.2.2 (#…
Browse files Browse the repository at this point in the history
…790)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 16, 2024
1 parent f90c995 commit bac784f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"packages/hardhat-zksync-verify": "1.3.0",
"packages/hardhat-zksync-toolbox": "1.2.1",
"packages/hardhat-zksync-node": "1.0.2",
"packages/hardhat-zksync-chai-matchers": "1.2.1",
"packages/hardhat-zksync-chai-matchers": "1.2.2",
"packages/hardhat-zksync-ethers": "1.0.0"
}
8 changes: 8 additions & 0 deletions packages/hardhat-zksync-chai-matchers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @matterlabs/hardhat-zksync-chai-matchers

## [1.2.2](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-chai-matchers-v1.2.1...@matterlabs/hardhat-zksync-chai-matchers-v1.2.2) (2024-02-16)


### Bug Fixes

* add regex support ([#781](https://github.com/matter-labs/hardhat-zksync/issues/781)) ([f90c995](https://github.com/matter-labs/hardhat-zksync/commit/f90c99594f1ab9764c5b8ff722c81831b271b8d4))
* move fallback optimizing for size to optimizer section ([#687](https://github.com/matter-labs/hardhat-zksync/issues/687)) ([a1ab511](https://github.com/matter-labs/hardhat-zksync/commit/a1ab51196ec0066a37df46e1a1be0970b8152cba))

## [1.2.1](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-chai-matchers@1.2.0...@matterlabs/hardhat-zksync-chai-matchers-v1.2.1) (2023-12-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-chai-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-chai-matchers",
"version": "1.2.1",
"version": "1.2.2",
"description": "Hardhat plugin that adds zkSync-specific capabilities to the Chaiassertion library, making your smart contract tests easy to write and read",
"repository": "github:matter-labs/hardhat-zksync",
"homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync-chai-matchers",
Expand Down Expand Up @@ -44,7 +44,7 @@
"zksync-ethers": "^6.0.0",
"ethers": "^6.7.1",
"hardhat": "^2.19.4",
"ordinal":"1.0.3",
"ordinal": "1.0.3",
"chai-as-promised": "^7.1.1",
"@matterlabs/hardhat-zksync-deploy": "1.1.2",
"@matterlabs/hardhat-zksync-solc": "1.0.6"
Expand Down

0 comments on commit bac784f

Please sign in to comment.