diff --git a/packages/runner-cypress/CHANGELOG.md b/packages/runner-cypress/CHANGELOG.md index 2f748ea09..440b35657 100644 --- a/packages/runner-cypress/CHANGELOG.md +++ b/packages/runner-cypress/CHANGELOG.md @@ -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. diff --git a/packages/runner-cypress/package.json b/packages/runner-cypress/package.json index 2e2f8bbf2..dce7fbd77 100644 --- a/packages/runner-cypress/package.json +++ b/packages/runner-cypress/package.json @@ -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.", @@ -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",