From 742b96f6f15ff72d0bcc91ebfe021f47112d77bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 10:04:25 +0100 Subject: [PATCH] chore: release 7.0.2 (#261) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6997531..9cdd490b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [7.0.2](https://www.github.com/hugomrdias/playwright-test/compare/v7.0.1...v7.0.2) (2021-07-15) + + +### Bug Fixes + +* use random high port ([#260](https://www.github.com/hugomrdias/playwright-test/issues/260)) ([12ee535](https://www.github.com/hugomrdias/playwright-test/commit/12ee53588fad80c0bd19cf507f8670300068593e)) + ### [7.0.1](https://www.github.com/hugomrdias/playwright-test/compare/v7.0.0...v7.0.1) (2021-07-13) diff --git a/package.json b/package.json index 9ae6ab98..3c7d96af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "7.0.1", + "version": "7.0.2", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "repository": "hugomrdias/playwright-test", "author": "Hugo Dias (hugodias.me)",