Skip to content

Commit

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

- chore: add keywords, license, fix peerDeps [`#14`](https://github.com/SebastianSedzik/playwright-decorators/pull/14)
- feat(skip): add skip decorator [`#13`](https://github.com/SebastianSedzik/playwright-decorators/pull/13)

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

> 13 July 2023
- 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)
- chore: release v0.2.0 [`bff619f`](https://github.com/SebastianSedzik/playwright-decorators/commit/bff619f29699aca937fd6c28d32d6ab87c236653)

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

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.

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"name": "playwright-decorators",
"version": "0.2.0",
"version": "0.3.0",
"description": "Decorators for writing Playwright based tests.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "SebastianSedzik@gmail.com",
"license": "MIT",
"keywords": ["playwright", "test", "decorators", "typescript", "ts", "ts-decorators", "playwright-decorators"],
"keywords": [
"playwright",
"test",
"decorators",
"typescript",
"ts",
"ts-decorators",
"playwright-decorators"
],
"repository": {
"type": "git",
"url": "https://github.com/SebastianSedzik/playwright-decorators.git"
Expand Down

0 comments on commit 545e2c2

Please sign in to comment.