From fe06b7e1fb26748bfb9367de52e4c62b0474d8dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 14:15:04 +0000 Subject: [PATCH] chore: release 7.2.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d884e6ae..e33057d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [7.2.2](https://www.github.com/hugomrdias/playwright-test/compare/v7.2.1...v7.2.2) (2021-11-16) + + +### Bug Fixes + +* fix cov/sourcemaps paths ([#337](https://www.github.com/hugomrdias/playwright-test/issues/337)) ([a13498c](https://www.github.com/hugomrdias/playwright-test/commit/a13498c75e6d272305d96023c9ff8fe0cda2beed)) +* fix the sourmaps paths ([9fae424](https://www.github.com/hugomrdias/playwright-test/commit/9fae424e6ed78f59b10a8a48a4a20b94f8cdc1c6)) + ### [7.2.1](https://www.github.com/hugomrdias/playwright-test/compare/v7.2.0...v7.2.1) (2021-11-11) diff --git a/package.json b/package.json index 54156529..e2bcae1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "7.2.1", + "version": "7.2.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)",