diff --git a/CHANGELOG.md b/CHANGELOG.md index c40e0625f..a767efd10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.63.0](https://github.com/remarkablemark/cypress-cucumber-steps/compare/v3.62.0...v3.63.0) (2024-11-30) + + +### Features + +* **actions:** add "When I click on title" ([f3637b1](https://github.com/remarkablemark/cypress-cucumber-steps/commit/f3637b1e6b1194222caa7fb09c6bdd1636958d67)) +* **queries:** add "When I find elements by title" ([74c24bd](https://github.com/remarkablemark/cypress-cucumber-steps/commit/74c24bdd94950329c32eff95679474b6a071d81b)) + ## [3.62.0](https://github.com/remarkablemark/cypress-cucumber-steps/compare/v3.61.1...v3.62.0) (2024-11-03) diff --git a/package-lock.json b/package-lock.json index 27b87e426..9cc99f15c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cypress-cucumber-steps", - "version": "3.62.0", + "version": "3.63.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cypress-cucumber-steps", - "version": "3.62.0", + "version": "3.63.0", "license": "MIT", "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "21.0.3", diff --git a/package.json b/package.json index 3a6655124..4877cd1ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-cucumber-steps", - "version": "3.62.0", + "version": "3.63.0", "description": "Cypress Cucumber step definitions", "author": "Mark ", "main": "lib/index.js",