Skip to content

Commit

Permalink
chore: release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Jul 20, 2023
1 parent 6270df1 commit be51ffb
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.7.1](https://github.com/SebastianSedzik/playwright-decorators/compare/0.7.0...0.7.1)

- chore: dependency update [`#20`](https://github.com/SebastianSedzik/playwright-decorators/pull/20)

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

> 20 July 2023
- 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)
- chore: release v0.7.0 [`0e48603`](https://github.com/SebastianSedzik/playwright-decorators/commit/0e486033166d7e597b3e055a9f0c1eba5147896f)

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

0 comments on commit be51ffb

Please sign in to comment.