From 91d0de74f7776160295c971cd0536d7f4a5a4de1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 22:00:25 +0000 Subject: [PATCH] chore(master): release 3.61.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3cbcfb7..f5148a204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.61.1](https://github.com/remarkablemark/cypress-cucumber-steps/compare/v3.61.0...v3.61.1) (2024-08-29) + + +### Continuous Integration + +* **github:** publish package to npm registry with provenance ([cbdcb02](https://github.com/remarkablemark/cypress-cucumber-steps/commit/cbdcb020a006c69ef846804fcaf9f271fcdb7043)) + ## [3.61.0](https://github.com/remarkablemark/cypress-cucumber-steps/compare/v3.60.0...v3.61.0) (2024-07-21) diff --git a/package-lock.json b/package-lock.json index 5da3646c1..2b3fc0f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cypress-cucumber-steps", - "version": "3.61.0", + "version": "3.61.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cypress-cucumber-steps", - "version": "3.61.0", + "version": "3.61.1", "license": "MIT", "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "20.1.2", diff --git a/package.json b/package.json index 1daa2661b..e628a7a77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-cucumber-steps", - "version": "3.61.0", + "version": "3.61.1", "description": "Cypress Cucumber step definitions", "author": "Mark ", "main": "lib/index.js",