From f7bbe46641e2d5a1889b8bd22a962e5e8c0ebe4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20S=C4=99dzik?= Date: Mon, 17 Jul 2023 20:38:51 +0200 Subject: [PATCH] chore: release v0.6.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55bb8e7..27f71a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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.6.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.5.0...0.6.0) + +- feat: add `@tag` decorator [`#17`](https://github.com/SebastianSedzik/playwright-decorators/pull/17) + #### [0.5.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.4.0...0.5.0) +> 16 July 2023 + - feat: add `@only` decorator [`#16`](https://github.com/SebastianSedzik/playwright-decorators/pull/16) - test: fix `@slow` tests [`6359e65`](https://github.com/SebastianSedzik/playwright-decorators/commit/6359e65ec6bb52d564a179d5ae854560c53c7090) +- chore: release v0.5.0 [`8d69e29`](https://github.com/SebastianSedzik/playwright-decorators/commit/8d69e29f03d7cbbaa27b4ef27e6a4d4a238cf57c) - docs: fix formatting [`92b3e36`](https://github.com/SebastianSedzik/playwright-decorators/commit/92b3e36981d0ae66be117240121035a51e15ed86) #### [0.4.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.3.0...0.4.0) diff --git a/package-lock.json b/package-lock.json index 31eccb8..f655640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-decorators", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "playwright-decorators", - "version": "0.5.0", + "version": "0.6.0", "license": "ISC", "devDependencies": { "@playwright/test": "1.35.1", diff --git a/package.json b/package.json index c27421a..3a71978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-decorators", - "version": "0.5.0", + "version": "0.6.0", "description": "Decorators for writing Playwright based tests.", "main": "./dist/index.js", "types": "./dist/index.d.ts",