Skip to content

Commit c99c337

Browse files
committed
0.4.0
1 parent 6957d41 commit c99c337

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.4.0 (unreleased)
3+
## 0.4.0 (2019-05-23)
44
* Fix `shouldFail.reverting.withMessage` on non-Ganache chains. ([#25](https://github.com/OpenZeppelin/openzeppelin-test-helpers/pull/25)
55
* Fix `send.transaction` not working on contracts with a fallback function. ([#26](https://github.com/OpenZeppelin/openzeppelin-test-helpers/pull/26)
66
* `shouldFail.reverting.withMessage` fails if no error string is provided. ([#28](https://github.com/OpenZeppelin/openzeppelin-test-helpers/pull/28)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openzeppelin-test-helpers",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "JavaScript testing helpers for Ethereum smart contract development.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)