Skip to content

Commit

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

- chore: fix release process [`#19`](https://github.com/SebastianSedzik/playwright-decorators/pull/19)
- feat: add `@fail` decorator [`#18`](https://github.com/SebastianSedzik/playwright-decorators/pull/18)

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

> 17 July 2023
- feat: add `@tag` decorator [`#17`](https://github.com/SebastianSedzik/playwright-decorators/pull/17)
- chore: release v0.6.0 [`f7bbe46`](https://github.com/SebastianSedzik/playwright-decorators/commit/f7bbe46641e2d5a1889b8bd22a962e5e8c0ebe4a)

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

0 comments on commit 0e48603

Please sign in to comment.