From 159c26bc747551fd046a2ac8735282ba830a5b28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 10:22:49 +0000 Subject: [PATCH] chore: release 7.2.1 (#336) 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 fae1d3ac..d884e6ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [7.2.1](https://www.github.com/hugomrdias/playwright-test/compare/v7.2.0...v7.2.1) (2021-11-11) + + +### Bug Fixes + +* fix package exports field ([#333](https://www.github.com/hugomrdias/playwright-test/issues/333)) ([6599b8b](https://www.github.com/hugomrdias/playwright-test/commit/6599b8b15bd94da30b617077cda4b0e32b0dcf4f)) + ## [7.2.0](https://www.github.com/hugomrdias/playwright-test/compare/v7.1.2...v7.2.0) (2021-10-31) diff --git a/package.json b/package.json index 24a61905..b90f39dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "7.2.0", + "version": "7.2.1", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "repository": "hugomrdias/playwright-test", "author": "Hugo Dias (hugodias.me)",