diff --git a/CHANGELOG.md b/CHANGELOG.md index c33b9f13..471efc5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.4.1](https://github.com/hugomrdias/playwright-test/compare/v12.4.0...v12.4.1) (2023-10-19) + + +### Bug Fixes + +* normalize logs and stop node run ([4403489](https://github.com/hugomrdias/playwright-test/commit/4403489913cfa25a95a2b5786367e65c8d107f64)) + ## [12.4.0](https://github.com/hugomrdias/playwright-test/compare/v12.3.8...v12.4.0) (2023-10-17) diff --git a/package.json b/package.json index bf38cf6e..791be546 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-test", "type": "module", - "version": "12.4.0", + "version": "12.4.1", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",