From 9a7ed4213ab6143caf374bc8b94513262256b590 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:11:41 +0000 Subject: [PATCH] chore(master): release 12.5.0 (#617) 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 8c3c5c0e..e5296ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.5.0](https://github.com/hugomrdias/playwright-test/compare/v12.4.3...v12.5.0) (2023-11-09) + + +### Features + +* add server url to the client ([454abec](https://github.com/hugomrdias/playwright-test/commit/454abecb72c4180345e5e12c5df3ccf1eac66e1f)) + ## [12.4.3](https://github.com/hugomrdias/playwright-test/compare/v12.4.2...v12.4.3) (2023-10-19) diff --git a/package.json b/package.json index 880be647..7f3796de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-test", "type": "module", - "version": "12.4.3", + "version": "12.5.0", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",