From a5523efbb9c8ad7040ec92a06e0e50f2911341dd Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Mon, 30 Mar 2020 15:02:22 +0100 Subject: [PATCH] v0.6.0 --- changelog.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 48b4e412..e3edd8f8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ +# [0.6.0](https://github.com/hugomrdias/playwright-test/compare/v0.5.0...v0.6.0) (2020-03-30) + + +### Bug Fixes + +* a typo in readme ([#2](https://github.com/hugomrdias/playwright-test/issues/2)) ([73e3cf7](https://github.com/hugomrdias/playwright-test/commit/73e3cf797da343b7b5d809ad9f0143e19dd82e63)) + + +### Features + +* add support for zora and node flag ([5a7b962](https://github.com/hugomrdias/playwright-test/commit/5a7b962dbcb49b07b0030522e929a9686acf42e9)) + + + # [0.5.0](https://github.com/hugomrdias/playwright-test/compare/v0.4.0...v0.5.0) (2020-03-08) diff --git a/package.json b/package.json index 355511cb..69509041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "0.5.0", + "version": "0.6.0", "description": "Run mocha or tape unit tests inside real browsers with playwright.", "repository": "hugomrdias/playwright-test", "author": "Hugo Dias (hugodias.me)",