Skip to content

Commit

Permalink
chore: release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Dec 29, 2023
1 parent a15afab commit dbc769b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dbc769b

Please sign in to comment.