Skip to content

Commit 67448d3

Browse files
chore: release 10.2.5
1 parent 6267f54 commit 67448d3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "10.2.4",
2+
".": "10.2.5",
33
"workspaces/arborist": "7.2.1",
44
"workspaces/libnpmaccess": "8.0.1",
55
"workspaces/libnpmdiff": "6.0.3",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [10.2.5](https://github.com/npm/cli/compare/v10.2.4...v10.2.5) (2023-11-21)
4+
5+
### Bug Fixes
6+
7+
* [`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)
8+
39
## [10.2.4](https://github.com/npm/cli/compare/v10.2.3...v10.2.4) (2023-11-14)
410

511
### Bug Fixes

package-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "10.2.4",
3+
"version": "10.2.5",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.2.4",
2+
"version": "10.2.5",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)