From 7246b31a6cc6a632fc45e2ade5de40ff64164ad8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 May 2019 16:55:17 +0000 Subject: [PATCH] chore(release): 9.6.4 [skip ci] ## [9.6.4](https://github.com/oxala/marko-tester/compare/v9.6.3...v9.6.4) (2019-05-24) ### Bug Fixes * fixed marko resolver for Windows ([#27](https://github.com/oxala/marko-tester/issues/27)) ([35c6c17](https://github.com/oxala/marko-tester/commit/35c6c17)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8728c68..8d76e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.6.4](https://github.com/oxala/marko-tester/compare/v9.6.3...v9.6.4) (2019-05-24) + + +### Bug Fixes + +* fixed marko resolver for Windows ([#27](https://github.com/oxala/marko-tester/issues/27)) ([35c6c17](https://github.com/oxala/marko-tester/commit/35c6c17)) + ## [9.6.3](https://github.com/oxala/marko-tester/compare/v9.6.2...v9.6.3) (2019-05-17) diff --git a/package.json b/package.json index a1c67ce..cefe15d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marko-tester", - "version": "9.6.3", + "version": "9.6.4", "description": "Assist Marko components testing using Jest.", "repository": { "type": "git",