Skip to content

Commit

Permalink
chore(release): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.1](runner-cypress-v1.3.0...runner-cypress-v1.3.1) (2023-05-09)

### Bug Fixes

* **runner-commons:** fix npm documentation, [#87](#87) ([ba7394c](ba7394c))
* **runner-commons:** modify keyword for npmjs, [#87](#87) ([392c4d0](392c4d0))
* **runner-cypress:** fix npm documentation, [#87](#87) ([1ccef97](1ccef97))
* **runner-cypress:** modify keyword for npmjs, [#87](#87) ([080f82d](080f82d))
* **runner-cypress:** move webpack dep from devDeps to deps ([2e96fa7](2e96fa7))
  • Loading branch information
semantic-release-bot committed May 9, 2023
1 parent 1542502 commit 4db73f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/runner-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.3.0...runner-cypress-v1.3.1) (2023-05-09)


### Bug Fixes

* **runner-commons:** fix npm documentation, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([ba7394c](https://github.com/e2e-test-quest/uuv/commit/ba7394cd755e350fd5a5964aed26435e5979e77d))
* **runner-commons:** modify keyword for npmjs, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([392c4d0](https://github.com/e2e-test-quest/uuv/commit/392c4d0337179dae2c2a96c26dc2cc32e0ad87b3))
* **runner-cypress:** fix npm documentation, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([1ccef97](https://github.com/e2e-test-quest/uuv/commit/1ccef97182614635050defdccbe8838df2603247))
* **runner-cypress:** modify keyword for npmjs, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([080f82d](https://github.com/e2e-test-quest/uuv/commit/080f82d92c376b0d30ee2fb3473a07d5fc1f0d73))
* **runner-cypress:** move webpack dep from devDeps to deps ([2e96fa7](https://github.com/e2e-test-quest/uuv/commit/2e96fa77d8b9845d6df899603dee087aad13e8ef))

# Change Log
All notable changes to this project will be documented in this file.
Expand Down
4 changes: 2 additions & 2 deletions packages/runner-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uuv/cypress",
"version": "1.3.0",
"version": "1.3.1",
"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 cypress.",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@badeball/cypress-cucumber-preprocessor": "16.0.3",
"@cypress/webpack-preprocessor": "5.17.0",
"@testing-library/cypress": "9.0.0",
"@uuv/runner-commons": "1.3.0",
"@uuv/runner-commons": "1.3.1",
"axe-core": "4.7.0",
"chalk": "4.1.2",
"cucumber-json-report-formatter": "0.1.4",
Expand Down

0 comments on commit 4db73f5

Please sign in to comment.