From 545e2c2972c9112fcc8048ea6215c8549f483a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20S=C4=99dzik?= Date: Sat, 15 Jul 2023 12:26:34 +0200 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 12 ++++++++++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 858a735..f344dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ 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.3.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.2.0...0.3.0) + +- chore: add keywords, license, fix peerDeps [`#14`](https://github.com/SebastianSedzik/playwright-decorators/pull/14) +- feat(skip): add skip decorator [`#13`](https://github.com/SebastianSedzik/playwright-decorators/pull/13) + #### [0.2.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.1.2...0.2.0) +> 13 July 2023 + - feat: add `afterAll`, `afterEach`, `beforeAll`, `beforeEach` decorators [`#12`](https://github.com/SebastianSedzik/playwright-decorators/pull/12) - fix: use dynamic fixtures instead of hardcoded [`#11`](https://github.com/SebastianSedzik/playwright-decorators/pull/11) +- chore: release v0.2.0 [`bff619f`](https://github.com/SebastianSedzik/playwright-decorators/commit/bff619f29699aca937fd6c28d32d6ab87c236653) #### [0.1.2](https://github.com/SebastianSedzik/playwright-decorators/compare/0.1.1...0.1.2) diff --git a/package-lock.json b/package-lock.json index d694476..9b6d025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-decorators", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "playwright-decorators", - "version": "0.2.0", + "version": "0.3.0", "license": "ISC", "devDependencies": { "@playwright/test": "1.35.1", diff --git a/package.json b/package.json index 651b772..1857ae3 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,20 @@ { "name": "playwright-decorators", - "version": "0.2.0", + "version": "0.3.0", "description": "Decorators for writing Playwright based tests.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "author": "SebastianSedzik@gmail.com", "license": "MIT", - "keywords": ["playwright", "test", "decorators", "typescript", "ts", "ts-decorators", "playwright-decorators"], + "keywords": [ + "playwright", + "test", + "decorators", + "typescript", + "ts", + "ts-decorators", + "playwright-decorators" + ], "repository": { "type": "git", "url": "https://github.com/SebastianSedzik/playwright-decorators.git"