From 697ce4f73e9af4da90b0a5fd5ffe3eb5bb5e7a79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:18:59 +0100 Subject: [PATCH] chore(master): release 14.1.5 (#679) 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 69f5e46..40c4703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.1.5](https://github.com/hugomrdias/playwright-test/compare/v14.1.4...v14.1.5) (2024-09-06) + + +### Bug Fixes + +* typo Count/Could ([#678](https://github.com/hugomrdias/playwright-test/issues/678)) ([9cd2adb](https://github.com/hugomrdias/playwright-test/commit/9cd2adbd16817928cfec590b5092f837647eb442)) + ## [14.1.4](https://github.com/hugomrdias/playwright-test/compare/v14.1.3...v14.1.4) (2024-07-23) diff --git a/package.json b/package.json index 8092314..bf5817d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-test", "type": "module", - "version": "14.1.4", + "version": "14.1.5", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",