From 241b140a71f092657b8d0526a571a548ec1c6dbf Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Tue, 31 Mar 2020 15:29:21 +0100 Subject: [PATCH] v0.7.0 --- changelog.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e3edd8f8..1c18f4e2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +# [0.7.0](https://github.com/hugomrdias/playwright-test/compare/v0.6.0...v0.7.0) (2020-03-31) + + +### Bug Fixes + +* fix watch mode and tape/bench ([41d7f24](https://github.com/hugomrdias/playwright-test/commit/41d7f2417328917990ebe45ec665518086070586)) + + + # [0.6.0](https://github.com/hugomrdias/playwright-test/compare/v0.5.0...v0.6.0) (2020-03-30) diff --git a/package.json b/package.json index 69509041..119a1288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "0.6.0", + "version": "0.7.0", "description": "Run mocha or tape unit tests inside real browsers with playwright.", "repository": "hugomrdias/playwright-test", "author": "Hugo Dias (hugodias.me)",