Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Jul 16, 2023
1 parent 539ba8e commit 8d69e29
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ 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.5.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.4.0...0.5.0)

- feat: add `@only` decorator [`#16`](https://github.com/SebastianSedzik/playwright-decorators/pull/16)
- test: fix `@slow` tests [`6359e65`](https://github.com/SebastianSedzik/playwright-decorators/commit/6359e65ec6bb52d564a179d5ae854560c53c7090)
- docs: fix formatting [`92b3e36`](https://github.com/SebastianSedzik/playwright-decorators/commit/92b3e36981d0ae66be117240121035a51e15ed86)

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

> 15 July 2023
- feat: add `@slow` decorator [`#15`](https://github.com/SebastianSedzik/playwright-decorators/pull/15)
- chore: release v0.4.0 [`f7de0c4`](https://github.com/SebastianSedzik/playwright-decorators/commit/f7de0c42ef0889c36d1efc593d23e92c468a8a4a)

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

0 comments on commit 8d69e29

Please sign in to comment.