diff --git a/CHANGELOG.md b/CHANGELOG.md index 74aedec..f1b04ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.5.3](https://github.com/oxala/marko-tester/compare/v9.5.2...v9.5.3) (2018-10-06) + + +### Bug Fixes + +* removed just-clone dependency ([4113d26](https://github.com/oxala/marko-tester/commit/4113d26)) + ## [9.5.2](https://github.com/oxala/marko-tester/compare/v9.5.1...v9.5.2) (2018-10-04) diff --git a/package.json b/package.json index a1b2e58..1498aa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marko-tester", - "version": "9.5.2", + "version": "9.5.3", "description": "Assist Marko components testing using Jest.", "repository": { "type": "git",