From 06a5bc718e096d08124ee138e5692cddbd38a646 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:36:49 +0100 Subject: [PATCH] chore(master): release 12.1.2 (#579) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ca95cd..824e6ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [12.1.2](https://github.com/hugomrdias/playwright-test/compare/v12.1.1...v12.1.2) (2023-08-28) + + +### Bug Fixes + +* taps types and dependabot ([a18cc8c](https://github.com/hugomrdias/playwright-test/commit/a18cc8c095fe763793b5954238269ffbe35037d3)) +* taps types and dependabot ([2142223](https://github.com/hugomrdias/playwright-test/commit/21422231ad8f5e27807aa04e55736e5ad8779f1c)) +* update deps ([5d67a1c](https://github.com/hugomrdias/playwright-test/commit/5d67a1cf8fbb37e6c76c9f620764e9eee957c38a)) + ## [12.1.1](https://github.com/hugomrdias/playwright-test/compare/v12.1.0...v12.1.1) (2023-07-14) diff --git a/package.json b/package.json index 37c4f2d6..bc753098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "12.1.1", + "version": "12.1.2", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "repository": "hugomrdias/playwright-test", "author": "Hugo Dias (hugodias.me)",