From 4257ad06e5ebcc8c8f76172abdf0c00926a83d43 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 29 Jun 2022 14:39:37 -0700 Subject: [PATCH 1/2] chore: changelog for v8.13.2 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8072ffebcc8..0c0e3106fc85b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v8.13.2 (2022-06-29) + +### Documentation + + * [`5be7d6e`](https://github.com/npm/cli/commit/5be7d6ea555bc25acaae1bfd309d64ce6693b084) [#5087](https://github.com/npm/cli/pull/5087) docs: add foreground-scripts to run-script page ([@ruyadorno](https://github.com/ruyadorno)) + +### Dependencies + + * [`dd62328`](https://github.com/npm/cli/commit/dd6232817d8c86afa4eb27ec1f62278893443163) [#5086](https://github.com/npm/cli/pull/5086) deps: `@npmcli/run-script@4.1.4` + * [`5546906`](https://github.com/npm/cli/commit/5546906977bae55c61a3874e2cbf10e28f2df4ea) [#5086](https://github.com/npm/cli/pull/5086) deps: `@npmcli/run-script@4.1.5` + * [`c7d5a69`](https://github.com/npm/cli/commit/c7d5a69080b5de6ed0f1cdde77e7d7a3c6b05158) [#5102](https://github.com/npm/cli/pull/5102) deps: `@npmcli/metavuln-calculator@3.1.1` + * [`7ce66b0`](https://github.com/npm/cli/commit/7ce66b017a611458b4ce385c13c446d89c23d777) [#5103](https://github.com/npm/cli/pull/5103) deps: `npm-packlist@5.1.1` + ## v8.13.1 (2022-06-23) ### Dependencies From a6f1789304dafc4808d85affefe27f0fef552343 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 29 Jun 2022 14:39:49 -0700 Subject: [PATCH 2/2] 8.13.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9df449f6986b8..aef32f137a489 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "8.13.1", + "version": "8.13.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "8.13.1", + "version": "8.13.2", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index 9f60de828c6e3..95afa528fa144 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "8.13.1", + "version": "8.13.2", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [