From 201df339b53e11dfc8a749ae8ac11054d73c9cc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:42:56 +0000 Subject: [PATCH] chore(master): release 14.1.8 (#689) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57e9966..1a70a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [14.1.8](https://github.com/hugomrdias/playwright-test/compare/v14.1.7...v14.1.8) (2025-02-10) + + +### Bug Fixes + +* extension testing with new chromium headless ([88b5559](https://github.com/hugomrdias/playwright-test/commit/88b555907a3de713a218ffb48fa0427929fe30a0)) +* fix source map support resolve in node runner ([bad569d](https://github.com/hugomrdias/playwright-test/commit/bad569d5b63c4ae0ea27a83d3acccfff0b24257c)) +* make it fast again with headless-shell and update playwright ([9bc1b16](https://github.com/hugomrdias/playwright-test/commit/9bc1b16051831c871f3b862e081d0af3b735a9c1)) + ## [14.1.7](https://github.com/hugomrdias/playwright-test/compare/v14.1.6...v14.1.7) (2024-11-19) diff --git a/package.json b/package.json index 59067bb..1ba6332 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-test", "type": "module", - "version": "14.1.7", + "version": "14.1.8", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",