From ebf82fdaea877256cc3fd14cfd21a38fde0dddc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:17:19 +0000 Subject: [PATCH] chore(master): release 14.1.1 (#645) 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 0bde235f..dca02d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.1.1](https://github.com/hugomrdias/playwright-test/compare/v14.1.0...v14.1.1) (2024-02-08) + + +### Bug Fixes + +* allow loading gzipped fixtures ([#644](https://github.com/hugomrdias/playwright-test/issues/644)) ([2764b63](https://github.com/hugomrdias/playwright-test/commit/2764b6303490265f597bae27c3aff82cdc6309ca)) + ## [14.1.0](https://github.com/hugomrdias/playwright-test/compare/v14.0.0...v14.1.0) (2024-01-31) diff --git a/package.json b/package.json index adef7904..7885a29b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-test", "type": "module", - "version": "14.1.0", + "version": "14.1.1", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",