From be6a7eccdc130bced64c97f7214d5b4503f7cb2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:39:27 +0100 Subject: [PATCH] chore(master): release 12.3.0 (#582) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f0ca4f..858681d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [12.3.0](https://github.com/hugomrdias/playwright-test/compare/v12.2.0...v12.3.0) (2023-09-05) + + +### Features + +* big refactor to taps ([ee90fd6](https://github.com/hugomrdias/playwright-test/commit/ee90fd622e2af58f16574d6b0d5418c75a7912ce)) + + +### Bug Fixes + +* fix stack formating in and colors in taps ([c63eebd](https://github.com/hugomrdias/playwright-test/commit/c63eebd4f16a078607f4ab93ca4dd80d4b634e5f)) +* remove assert from callback ([4a8c22f](https://github.com/hugomrdias/playwright-test/commit/4a8c22fcbb770471453f6708cb22f59fdb655c4a)) + ## [12.2.0](https://github.com/hugomrdias/playwright-test/compare/v12.1.2...v12.2.0) (2023-09-01) diff --git a/package.json b/package.json index 5ecafccc..dbae7b57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "12.2.0", + "version": "12.3.0", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "repository": "hugomrdias/playwright-test", "author": "Hugo Dias (hugodias.me)",