diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bd5f0..74aedec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.5.2](https://github.com/oxala/marko-tester/compare/v9.5.1...v9.5.2) (2018-10-04) + + +### Bug Fixes + +* improved createEvent helper ([d0f6c9a](https://github.com/oxala/marko-tester/commit/d0f6c9a)) + ## [9.5.1](https://github.com/oxala/marko-tester/compare/v9.5.0...v9.5.1) (2018-09-28) diff --git a/package.json b/package.json index 9541b4b..b7cc9ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marko-tester", - "version": "9.5.1", + "version": "9.5.2", "description": "Assist Marko components testing using Jest.", "repository": { "type": "git",