Skip to content

Commit

Permalink
chore(release): 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](runner-playwright-v1.3.1...runner-playwright-v1.3.2) (2023-05-11)

### Bug Fixes

* **runner-playwright:** add lint script [#8](#8) ([0cd7451](0cd7451))
* **runner-playwright:** update @cucumber/cucumber dep version, [#93](#93) ([a891a70](a891a70))
  • Loading branch information
semantic-release-bot committed May 11, 2023
1 parent 6bab80d commit 4eae288
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/runner-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.3.2](https://github.com/e2e-test-quest/uuv/compare/runner-playwright-v1.3.1...runner-playwright-v1.3.2) (2023-05-11)


### Bug Fixes

* **runner-playwright:** add lint script [#8](https://github.com/e2e-test-quest/uuv/issues/8) ([0cd7451](https://github.com/e2e-test-quest/uuv/commit/0cd7451a2bb73698e05aefc6c89be01c2ea41c96))
* **runner-playwright:** update @cucumber/cucumber dep version, [#93](https://github.com/e2e-test-quest/uuv/issues/93) ([a891a70](https://github.com/e2e-test-quest/uuv/commit/a891a70daad1cb5d7d34f25097a31d89f92b92c6))

## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-playwright-v1.3.0...runner-playwright-v1.3.1) (2023-05-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/runner-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uuv/playwright",
"version": "1.3.1",
"version": "1.3.2",
"type": "commonjs",
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
"description": "A solution to run E2E tests written in cucumber(BDD) with playwright.",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@cucumber/cucumber": "9.1.2",
"@playwright/test": "1.33.0",
"@uuv/runner-commons": "1.3.1",
"@uuv/runner-commons": "1.3.2",
"axe-core": "4.7.0",
"axe-playwright": "1.2.3",
"chalk": "4.1.2",
Expand Down

0 comments on commit 4eae288

Please sign in to comment.