Skip to content

Commit 9b9246e

Browse files
committed
chore(release): 7.0.4
1 parent 5ff3a07 commit 9b9246e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [7.0.4](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.4) (2024-11-07)
6+
7+
8+
### Bug Fixes
9+
10+
* disable regexp backtracking ([#160](https://github.com/moxystudio/node-cross-spawn/issues/160)) ([5ff3a07](https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff))
11+
512
### [7.0.3](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.2...v7.0.3) (2020-05-25)
613

714

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cross-spawn",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Cross platform child_process#spawn and child_process#spawnSync",
55
"keywords": [
66
"spawn",

0 commit comments

Comments
 (0)