From e8c1038102633b63902b03f603b3e60485c5fe80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:01:39 +0000 Subject: [PATCH] chore: release 10.2.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dfe330bdb9a61..cd114ac548be5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "10.2.4", + ".": "10.2.5", "workspaces/arborist": "7.2.1", "workspaces/libnpmaccess": "8.0.1", "workspaces/libnpmdiff": "6.0.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index b406ef510aaea..fe8c9aae9c7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [10.2.5](https://github.com/npm/cli/compare/v10.2.4...v10.2.5) (2023-11-21) + +### Bug Fixes + +* [`6267f54`](https://github.com/npm/cli/commit/6267f543c2ac134c0f8433f8b48659a3949bf210) [#7005](https://github.com/npm/cli/pull/7005) properly catch missing url opener error on interactive prompt (#7005) (@wraithgar) + ## [10.2.4](https://github.com/npm/cli/compare/v10.2.3...v10.2.4) (2023-11-14) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 559a84307021d..586ea60505a45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.2.4", + "version": "10.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.2.4", + "version": "10.2.5", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index a946e38493e0e..3381e1cb7e4f5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.2.4", + "version": "10.2.5", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [