diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8f697..bb1bcd5 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.11.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.10.1...0.11.0) + +- feat: add support for custom decorators [`#27`](https://github.com/SebastianSedzik/playwright-decorators/pull/27) + #### [0.10.1](https://github.com/SebastianSedzik/playwright-decorators/compare/0.10.0...0.10.1) +> 4 August 2023 + - docs: remove unstable API warning from docs [`#25`](https://github.com/SebastianSedzik/playwright-decorators/pull/25) +- chore: release v0.10.1 [`32dc5da`](https://github.com/SebastianSedzik/playwright-decorators/commit/32dc5daa24867d8efa5d68850d6c43b62eaec10c) #### [0.10.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.9.0...0.10.0) diff --git a/package-lock.json b/package-lock.json index a5f5457..b77bc42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-decorators", - "version": "0.10.1", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playwright-decorators", - "version": "0.10.1", + "version": "0.11.0", "license": "MIT", "devDependencies": { "@playwright/test": "1.36.1", diff --git a/package.json b/package.json index 5669117..013e002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-decorators", - "version": "0.10.1", + "version": "0.11.0", "description": "Decorators for writing Playwright based tests.", "main": "./dist/index.js", "types": "./dist/index.d.ts",