Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Jul 12, 2023
1 parent 136e53b commit 516c41f
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,11 +4,19 @@ 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.1.2](https://github.com/SebastianSedzik/playwright-decorators/compare/0.1.1...0.1.2)

- fix: access to fixtures from @test method [`#10`](https://github.com/SebastianSedzik/playwright-decorators/pull/10)
- 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)

> 11 July 2023
- fix: fix `this` context in `@test` method [`#9`](https://github.com/SebastianSedzik/playwright-decorators/pull/9)
- ci: add GH actions for building, linting and testing package before merge [`#8`](https://github.com/SebastianSedzik/playwright-decorators/pull/8)
- chore: update changelog [`4b0cabf`](https://github.com/SebastianSedzik/playwright-decorators/commit/4b0cabf7a5461c71dc2eb0b98f056dd458e185a5)
- chore: release v0.1.1 [`657f1c4`](https://github.com/SebastianSedzik/playwright-decorators/commit/657f1c409cee8b863226516300a82689c746f6d3)

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

0 comments on commit 516c41f

Please sign in to comment.