diff --git a/CHANGELOG.md b/CHANGELOG.md index 87159b59061e3..7a8072ffebcc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v8.13.1 (2022-06-23) + +### Dependencies + + * [`f59a114`](https://github.com/npm/cli/commit/f59a114ffe3d1f86ccb2e52a4432292ab76852cc) [#5064](https://github.com/npm/cli/pull/5064) deps: `@npmcli/run-script@4.1.3` + * fix: improves escaping of arguments for run-script, exec and npx ([@nlf](https://github.com/nlf)) + * [`236b4a2`](https://github.com/npm/cli/commit/236b4a21046c4cb43a1aaa8bde09f4cec2aa1fb6) [#5069](https://github.com/npm/cli/pull/5069) deps: `libnpmpack@4.1.2` + * [`0a6664d`](https://github.com/npm/cli/commit/0a6664d285b300f26764efaa2798a5b6045b95a1) [#5070](https://github.com/npm/cli/pull/5070) deps: `@npmcli/arborist@5.2.3` + * [`9f94049`](https://github.com/npm/cli/commit/9f94049f058687b916da726ea625b5fa68d0829d) [#5071](https://github.com/npm/cli/pull/5071) deps: `libnpmexec@4.0.8` + * [`8212363`](https://github.com/npm/cli/commit/8212363280f02c10f38e22c2dcd7e2abdf8bec35) [#5072](https://github.com/npm/cli/pull/5072) deps: `libnpmversion@3.0.6` + ## v8.13.0 (2022-06-22) ### Features diff --git a/package-lock.json b/package-lock.json index 34e918fb2e972..54416be8b80a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "8.13.0", + "version": "8.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "8.13.0", + "version": "8.13.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index 6045f3d6108f3..a9d84ab62ce15 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "8.13.0", + "version": "8.13.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [