Skip to content

Commit 6401ab4

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.2.1
1 parent 2e4b4ad commit 6401ab4

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
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.0",
2+
".": "10.2.1",
33
"workspaces/arborist": "7.2.0",
44
"workspaces/libnpmaccess": "8.0.1",
55
"workspaces/libnpmdiff": "6.0.2",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,3 +901,4 @@ Yuku Kotani <[email protected]>
901901
Vlad-Ștefan Harbuz <[email protected]>
902902
siemhesda <[email protected]>
903903
904+

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.1](https://github.com/npm/cli/compare/v10.2.0...v10.2.1) (2023-10-03)
4+
5+
### Documentation
6+
7+
* [`2e4b4ad`](https://github.com/npm/cli/commit/2e4b4ad8bef158def1b2302846ab294fe7a83de4) [#6861](https://github.com/npm/cli/pull/6861) npm publish content modification (#6861) (@jpg619)
8+
39
## [10.2.0](https://github.com/npm/cli/compare/v10.1.0...v10.2.0) (2023-10-02)
410

511
### Features

package-lock.json

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

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.0",
2+
"version": "10.2.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)