Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Jul 17, 2023
1 parent 96359e1 commit f7bbe46
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,10 +4,17 @@ 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.6.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.5.0...0.6.0)

- feat: add `@tag` decorator [`#17`](https://github.com/SebastianSedzik/playwright-decorators/pull/17)

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

> 16 July 2023
- 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)
- chore: release v0.5.0 [`8d69e29`](https://github.com/SebastianSedzik/playwright-decorators/commit/8d69e29f03d7cbbaa27b4ef27e6a4d4a238cf57c)
- 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)
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.5.0",
"version": "0.6.0",
"description": "Decorators for writing Playwright based tests.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit f7bbe46

Please sign in to comment.