Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Jul 13, 2023
1 parent cad014c commit bff619f
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.2.0](https://github.com/SebastianSedzik/playwright-decorators/compare/0.1.2...0.2.0)

- feat: add `afterAll`, `afterEach`, `beforeAll`, `beforeEach` decorators [`#12`](https://github.com/SebastianSedzik/playwright-decorators/pull/12)
- fix: use dynamic fixtures instead of hardcoded [`#11`](https://github.com/SebastianSedzik/playwright-decorators/pull/11)

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

> 12 July 2023
- fix: access to fixtures from @test method [`#10`](https://github.com/SebastianSedzik/playwright-decorators/pull/10)
- chore: release v0.1.2 [`516c41f`](https://github.com/SebastianSedzik/playwright-decorators/commit/516c41faf8f62fab1d0f82e2df0fb35bc3f401ec)
- docs: add banner about early stage [`8a72868`](https://github.com/SebastianSedzik/playwright-decorators/commit/8a72868646917c9fd73931e642d9524cefb6a055)

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

0 comments on commit bff619f

Please sign in to comment.