From df7a2880d5580497ecf1948c55e141d2852be287 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 12:43:19 +0100 Subject: [PATCH] chore: release 7.4.0 (#415) 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 d5b6dec7..bd61b4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.4.0](https://www.github.com/hugomrdias/playwright-test/compare/v7.3.0...v7.4.0) (2022-04-06) + + +### Features + +* support ESM config files ([#414](https://www.github.com/hugomrdias/playwright-test/issues/414)) ([3f731c8](https://www.github.com/hugomrdias/playwright-test/commit/3f731c85ac75b6cc8cfca935caa2c64389c383c0)), closes [#413](https://www.github.com/hugomrdias/playwright-test/issues/413) + ## [7.3.0](https://www.github.com/hugomrdias/playwright-test/compare/v7.2.2...v7.3.0) (2022-03-19) diff --git a/package.json b/package.json index dfae6095..15b41d31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "7.3.0", + "version": "7.4.0", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "repository": "hugomrdias/playwright-test", "author": "Hugo Dias (hugodias.me)",