From 7cca5951d360d6b1f1c4ec5170a3219aab5bc073 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:25:53 +0000 Subject: [PATCH] chore(master): release 13.0.1 (#622) 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 58b2edf6..ba6fae3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [13.0.1](https://github.com/hugomrdias/playwright-test/compare/v13.0.0...v13.0.1) (2023-11-17) + + +### Bug Fixes + +* make skip and only also a suite ([d7a5c41](https://github.com/hugomrdias/playwright-test/commit/d7a5c417a3ba1c4aed1216a748b3ff39c6215d7d)) + ## [13.0.0](https://github.com/hugomrdias/playwright-test/compare/v12.6.1...v13.0.0) (2023-11-13) diff --git a/package.json b/package.json index 4c94c9c1..8a8aa3cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-test", "type": "module", - "version": "13.0.0", + "version": "13.0.1", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",