diff --git a/CHANGELOG.md b/CHANGELOG.md index e6bc182..b87b7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.1](https://github.com/filiphric/cypress-plugin-xhr-toggle/compare/v1.2.0...v1.2.1) (2024-02-18) + ## 1.2.0 (2024-02-18) diff --git a/package-lock.json b/package-lock.json index 5c157cf..0a5fac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cypress-plugin-xhr-toggle", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cypress-plugin-xhr-toggle", - "version": "1.2.0", + "version": "1.2.1", "license": "ISC", "devDependencies": { "@commitlint/cli": "^17.2.0", diff --git a/package.json b/package.json index 225b51c..5aecac7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Filip Hric (https://filiphric.com/)", "license": "ISC", "name": "cypress-plugin-xhr-toggle", - "version": "1.2.0", + "version": "1.2.1", "description": "Turn off xhr requests in Cypress timeline", "main": "dist/index.js", "types": "dist/types.d.ts",