From e075476bf4d87ccd32bfdf675524f3e595af9309 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 11:57:06 +0100 Subject: [PATCH] chore(master): release 12.0.0 (#567) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5442875..f1f9fc7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [12.0.0](https://github.com/hugomrdias/playwright-test/compare/v11.0.4...v12.0.0) (2023-07-14) + + +### ⚠ BREAKING CHANGES + +* process.stdout/stderr without console.log ([#563](https://github.com/hugomrdias/playwright-test/issues/563)) + +### Features + +* process.stdout/stderr without console.log ([#563](https://github.com/hugomrdias/playwright-test/issues/563)) ([2f5baf0](https://github.com/hugomrdias/playwright-test/commit/2f5baf01254dad6e01845a6f6ba1c964117b8764)) + ## [11.0.4](https://github.com/hugomrdias/playwright-test/compare/v11.0.3...v11.0.4) (2023-07-13) diff --git a/package.json b/package.json index d48d2e81..dab61bcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "11.0.4", + "version": "12.0.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)",