Skip to content

Commit

Permalink
chore(release): 2.0.7 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGorilla authored Sep 30, 2021
1 parent 7b6894b commit 23ded61
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.7](https://github.com/defi-wonderland/smock/compare/v2.0.2...v2.0.7) (2021-09-30)


### Features

* mocks can be deployed with libs ([#68](https://github.com/defi-wonderland/smock/issues/68)) ([620f5a3](https://github.com/defi-wonderland/smock/commit/620f5a3bcc4b18e88e5770d254f3783e5be6d659))
* support fakes from interfaces ([#78](https://github.com/defi-wonderland/smock/issues/78)) ([d6397b7](https://github.com/defi-wonderland/smock/commit/d6397b7ed3b414395f43a97f697ef22fb46054a2))


### Bug Fixes

* add call signature to programmable functions ([#82](https://github.com/defi-wonderland/smock/issues/82)) ([277378d](https://github.com/defi-wonderland/smock/commit/277378d6d22fe42ce5c1217dfc615f4e160cc686))
* allow mocks to override reverting functions ([#84](https://github.com/defi-wonderland/smock/issues/84)) ([7b6894b](https://github.com/defi-wonderland/smock/commit/7b6894b55897b8c3aa1c8dbe00e3bd914a28b5bc))
* correctly export assertion types ([#66](https://github.com/defi-wonderland/smock/issues/66)) ([3de6f3d](https://github.com/defi-wonderland/smock/commit/3de6f3d888982def68a6941e7e337f2d3d415e7f))
* have connect function return mock factory ([#67](https://github.com/defi-wonderland/smock/issues/67)) ([a8814fd](https://github.com/defi-wonderland/smock/commit/a8814fd530d3951779d1f245e4717d4fd6d60a32))
* make sure connect returns the correct factory instance ([#75](https://github.com/defi-wonderland/smock/issues/75)) ([43dbc00](https://github.com/defi-wonderland/smock/commit/43dbc002543dc810a379f3dfb15402158d98bbe5))
* move ethereumjs-vm into deps ([#74](https://github.com/defi-wonderland/smock/issues/74)) ([5d8d664](https://github.com/defi-wonderland/smock/commit/5d8d6648ccad4edd13be21895edc6cfc4f5367e9))

### [2.0.5](https://github.com/defi-wonderland/smock/compare/v2.0.2...v2.0.5) (2021-09-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@defi-wonderland/smock",
"version": "2.0.6",
"version": "2.0.7",
"description": "The Solidity mocking library",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 23ded61

Please sign in to comment.