From 32da926e73adff4100bd97173a5f4e326649615e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:19:37 +0000 Subject: [PATCH] chore(master): release 14.1.7 (#686) 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 37cafae..57e9966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.1.7](https://github.com/hugomrdias/playwright-test/compare/v14.1.6...v14.1.7) (2024-11-19) + + +### Bug Fixes + +* pass channel to playwright ([#685](https://github.com/hugomrdias/playwright-test/issues/685)) ([810adfb](https://github.com/hugomrdias/playwright-test/commit/810adfb0582f2ff74f8f265b7bf6b1703f9ad2b3)) + ## [14.1.6](https://github.com/hugomrdias/playwright-test/compare/v14.1.5...v14.1.6) (2024-09-10) diff --git a/package.json b/package.json index 2fd1ff8..42f5ffe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-test", "type": "module", - "version": "14.1.6", + "version": "14.1.7", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",