diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dae58a4e..b66547e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.60.0](https://github.com/remarkablemark/cypress-cucumber-steps/compare/v3.59.0...v3.60.0) (2024-07-14) + + +### Features + +* **actions:** add "When I click on test ID" ([cea6fc1](https://github.com/remarkablemark/cypress-cucumber-steps/commit/cea6fc158ca353cc3162149fd214a5bdc5961139)) +* **queries:** pass options to testid ([f8ba3b9](https://github.com/remarkablemark/cypress-cucumber-steps/commit/f8ba3b99255fbcb9a3c54324392d39f7063bb122)) + ## [3.59.0](https://github.com/remarkablemark/cypress-cucumber-steps/compare/v3.58.0...v3.59.0) (2024-02-03) diff --git a/package-lock.json b/package-lock.json index 8edec8c7a..95c198e74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cypress-cucumber-steps", - "version": "3.59.0", + "version": "3.60.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cypress-cucumber-steps", - "version": "3.59.0", + "version": "3.60.0", "license": "MIT", "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "20.1.0", diff --git a/package.json b/package.json index 0c8dc5955..b75a3f5ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-cucumber-steps", - "version": "3.59.0", + "version": "3.60.0", "description": "Cypress Cucumber step definitions", "author": "Mark ", "main": "lib/index.js",