Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Feb 10, 2023
1 parent 659ff0e commit ffdc567
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-weeks-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-walls-bow.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nomiclabs/hardhat-waffle

## 2.0.5

### Patch Changes

- 36441d8: Add hardhat chai matchers incompatibility check
- c5b5c29: Introduce skipEstimateGas and injectCallHistory fields to hardhat config

## 2.0.3

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-waffle",
"version": "2.0.4",
"version": "2.0.5",
"description": "Hardhat plugin to test smart contracts with Waffle",
"homepage": "https://github.com/NomicFoundation/hardhat-waffle",
"repository": "github:NomicFoundation/hardhat-waffle",
Expand Down Expand Up @@ -63,5 +63,8 @@
"ethereum-waffle": "*",
"ethers": "^5.0.0",
"hardhat": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit ffdc567

Please sign in to comment.