Skip to content

Commit

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

- 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)

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

> 11 July 2023
- chore: add release process [`#7`](https://github.com/SebastianSedzik/playwright-decorators/pull/7)
- add tests, refactors base decorators, update readme [`#6`](https://github.com/SebastianSedzik/playwright-decorators/pull/6)
- refactor: refactor suite and test decorators [`#5`](https://github.com/SebastianSedzik/playwright-decorators/pull/5)
- chore: release v0.1.0 [`2011458`](https://github.com/SebastianSedzik/playwright-decorators/commit/20114585cc73e81efdcc900e7cfee6b660e40503)
- chore: fix release process command [`18d274b`](https://github.com/SebastianSedzik/playwright-decorators/commit/18d274b90fcb31be0145e5a971dfb73a7f40b091)

#### 0.0.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.0",
"version": "0.1.1",
"description": "Decorators for writing Playwright based tests.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 657f1c4

Please sign in to comment.