From 0e486033166d7e597b3e055a9f0c1eba5147896f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20S=C4=99dzik?= Date: Thu, 20 Jul 2023 17:17:08 +0200 Subject: [PATCH] chore: release v0.7.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f71a4..b381ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.7.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.6.0...0.7.0) + +- chore: fix release process [`#19`](https://github.com/SebastianSedzik/playwright-decorators/pull/19) +- feat: add `@fail` decorator [`#18`](https://github.com/SebastianSedzik/playwright-decorators/pull/18) + #### [0.6.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.5.0...0.6.0) +> 17 July 2023 + - feat: add `@tag` decorator [`#17`](https://github.com/SebastianSedzik/playwright-decorators/pull/17) +- chore: release v0.6.0 [`f7bbe46`](https://github.com/SebastianSedzik/playwright-decorators/commit/f7bbe46641e2d5a1889b8bd22a962e5e8c0ebe4a) #### [0.5.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.4.0...0.5.0) diff --git a/package-lock.json b/package-lock.json index f655640..0b3714b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-decorators", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "playwright-decorators", - "version": "0.6.0", + "version": "0.7.0", "license": "ISC", "devDependencies": { "@playwright/test": "1.35.1", diff --git a/package.json b/package.json index 3a71978..839fd50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-decorators", - "version": "0.6.0", + "version": "0.7.0", "description": "Decorators for writing Playwright based tests.", "main": "./dist/index.js", "types": "./dist/index.d.ts",