diff --git a/CHANGELOG.md b/CHANGELOG.md index d07c9e5..6b46e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [7.0.4](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.4) (2024-11-07) + + +### Bug Fixes + +* disable regexp backtracking ([#160](https://github.com/moxystudio/node-cross-spawn/issues/160)) ([5ff3a07](https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff)) + ### [7.0.3](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.2...v7.0.3) (2020-05-25) diff --git a/package-lock.json b/package-lock.json index b02993d..b680b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cross-spawn", - "version": "7.0.3", + "version": "7.0.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 232ff97..50ebcb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cross-spawn", - "version": "7.0.3", + "version": "7.0.4", "description": "Cross platform child_process#spawn and child_process#spawnSync", "keywords": [ "spawn",