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",