Skip to content

Commit

Permalink
0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Oct 13, 2020
1 parent 9d53601 commit b7a8582
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.5.7 (unreleased)
## 0.5.7 (2020-10-13)
* Made `expectEvent` return the event that was found. ([#129](https://github.com/OpenZeppelin/openzeppelin-test-helpers/pull/129))
* Fix `expectEvent.inTransaction` when there are conflicting events. ([#133](https://github.com/OpenZeppelin/openzeppelin-test-helpers/pull/133))

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/test-helpers",
"version": "0.5.6",
"version": "0.5.7",
"description": "JavaScript testing helpers for Ethereum smart contract development.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit b7a8582

Please sign in to comment.