From 4da30814d5c110c4330701a435207971dc53c464 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 17:39:51 +0100 Subject: [PATCH] chore: release 7.1.2 (#327) 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 0e0d2d59..9e96884c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [7.1.2](https://www.github.com/hugomrdias/playwright-test/compare/v7.1.1...v7.1.2) (2021-10-29) + + +### Bug Fixes + +* make after hook always run ([9e45644](https://www.github.com/hugomrdias/playwright-test/commit/9e45644139be680c3b0587e7cf218632eada4651)) + ### [7.1.1](https://www.github.com/hugomrdias/playwright-test/compare/v7.1.0...v7.1.1) (2021-10-20) diff --git a/package.json b/package.json index 66aca83b..6c187ee9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "7.1.1", + "version": "7.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)",