From 8c93214726e082dc3125227c67b1b3ea791d077d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:28:51 +0100 Subject: [PATCH] chore(master): release 14.1.2 (#659) 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 dca02d90..faf73708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.1.2](https://github.com/hugomrdias/playwright-test/compare/v14.1.1...v14.1.2) (2024-05-02) + + +### Bug Fixes + +* allow latest playwright-core ([#658](https://github.com/hugomrdias/playwright-test/issues/658)) ([4c3f7d6](https://github.com/hugomrdias/playwright-test/commit/4c3f7d6d42b88a047434affc2cb2b387baad3ae7)) + ## [14.1.1](https://github.com/hugomrdias/playwright-test/compare/v14.1.0...v14.1.1) (2024-02-08) diff --git a/package.json b/package.json index 0fb572a2..66f5ef04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-test", "type": "module", - "version": "14.1.1", + "version": "14.1.2", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",