Skip to content

Commit

Permalink
chore: release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Aug 4, 2023
1 parent 0e4861d commit 32dc5da
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.1](https://github.com/SebastianSedzik/playwright-decorators/compare/0.10.0...0.10.1)

- docs: remove unstable API warning from docs [`#25`](https://github.com/SebastianSedzik/playwright-decorators/pull/25)

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

> 31 July 2023
- feat: throw errors when missing `@test` or `@suite` decorators for given test or class [`#24`](https://github.com/SebastianSedzik/playwright-decorators/pull/24)
- chore: release v0.10.0 [`7f21318`](https://github.com/SebastianSedzik/playwright-decorators/commit/7f213181f24d464c7f433513140add8945d20f24)

#### [0.9.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.8.1...0.9.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.0",
"version": "0.10.1",
"description": "Decorators for writing Playwright based tests.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 32dc5da

Please sign in to comment.