Skip to content

Commit 49cad77

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.4.1
1 parent d04111d commit 49cad77

5 files changed

+18
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "10.4.0",
2+
".": "10.4.1",
33
"workspaces/arborist": "7.3.1",
44
"workspaces/libnpmaccess": "8.0.2",
55
"workspaces/libnpmdiff": "6.0.6",

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -919,3 +919,5 @@ Jan T. Sott <git@idleberg.com>
919919
Daniel Kaplan <tieTYT@gmail.com>
920920
Andrii Romasiun <35810911+Blaumaus@users.noreply.github.com>
921921
Rita Aktay <ritaaktay@gmail.com>
922+
GoodDaisy <90915921+GoodDaisy@users.noreply.github.com>
923+
Aleks Sobieraj <contact@aleks.tech>

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [10.4.1](https://github.com/npm/cli/compare/v10.4.0...v10.4.1) (2024-02-03)
4+
5+
### Bug Fixes
6+
7+
* [`d04111d`](https://github.com/npm/cli/commit/d04111d48ca59fce27909712b328fe5cfc4d016d) [#7197](https://github.com/npm/cli/pull/7197) view: filter out invalid semver (#7197) (@wraithgar)
8+
* [`b0a3ba0`](https://github.com/npm/cli/commit/b0a3ba0b99ce5920722244f1ccb8b830826abef4) [#7195](https://github.com/npm/cli/pull/7195) prevent adding invalid dist-tag (#7195) (@wraithgar)
9+
10+
### Documentation
11+
12+
* [`5b7184f`](https://github.com/npm/cli/commit/5b7184f3aaf5a9ca58418b6d029616088964ed0a) [#7190](https://github.com/npm/cli/pull/7190) workspaces: fix grammar (#7190) (@alekstech)
13+
* [`0dd03f9`](https://github.com/npm/cli/commit/0dd03f9450e0cf57fa85ad2ef74b5a54f3c775a9) [#7182](https://github.com/npm/cli/pull/7182) fix typos (#7182) (@GoodDaisy)
14+
315
## [10.4.0](https://github.com/npm/cli/compare/v10.3.0...v10.4.0) (2024-01-24)
416

517
### Features

package-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.4.0",
3+
"version": "10.4.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.4.0",
9+
"version": "10.4.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.4.0",
2+
"version": "10.4.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)