From 5d1540690e6095d5ecc00c5ea5a57ca17440b831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20S=C4=99dzik?= Date: Sat, 22 Jul 2023 11:57:39 +0200 Subject: [PATCH] chore: release v0.8.1 --- 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 b03721a..e1e635e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.8.1](https://github.com/SebastianSedzik/playwright-decorators/compare/0.8.0...0.8.1) + +- docs: add npm package version and test status badges to readme [`#22`](https://github.com/SebastianSedzik/playwright-decorators/pull/22) + #### [0.8.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.7.1...0.8.0) +> 22 July 2023 + - feat: add `@fixme` decorator [`#21`](https://github.com/SebastianSedzik/playwright-decorators/pull/21) +- chore: release v0.8.0 [`28aa5d0`](https://github.com/SebastianSedzik/playwright-decorators/commit/28aa5d01ffc42dd4e0c6644230860fecf392ba48) #### [0.7.1](https://github.com/SebastianSedzik/playwright-decorators/compare/0.7.0...0.7.1) diff --git a/package-lock.json b/package-lock.json index bb628c0..ce19a66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-decorators", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playwright-decorators", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "devDependencies": { "@playwright/test": "1.36.1", diff --git a/package.json b/package.json index f89c82f..39b335b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-decorators", - "version": "0.8.0", + "version": "0.8.1", "description": "Decorators for writing Playwright based tests.", "main": "./dist/index.js", "types": "./dist/index.d.ts",