Skip to content

Commit

Permalink
chore: release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Jul 31, 2023
1 parent c7de731 commit 7f21318
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.10.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.9.0...0.10.0)

- feat: throw errors when missing `@test` or `@suite` decorators for given test or class [`#24`](https://github.com/SebastianSedzik/playwright-decorators/pull/24)

#### [0.9.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.8.1...0.9.0)

> 26 July 2023
- feat: add `@annotation` decorator [`#23`](https://github.com/SebastianSedzik/playwright-decorators/pull/23)
- chore: release v0.9.0 [`44918a3`](https://github.com/SebastianSedzik/playwright-decorators/commit/44918a3a870493e139e0272f3db986ab8b582be9)

#### [0.8.1](https://github.com/SebastianSedzik/playwright-decorators/compare/0.8.0...0.8.1)

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.9.0",
"version": "0.10.0",
"description": "Decorators for writing Playwright based tests.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 7f21318

Please sign in to comment.