Skip to content

Commit

Permalink
chore: release 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Oct 3, 2023
1 parent 2e4b4ad commit 6401ab4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "10.2.0",
".": "10.2.1",
"workspaces/arborist": "7.2.0",
"workspaces/libnpmaccess": "8.0.1",
"workspaces/libnpmdiff": "6.0.2",
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -901,3 +901,4 @@ Yuku Kotani <poyo0315@gmail.com>
Vlad-Ștefan Harbuz <291640+vladh@users.noreply.github.com>
siemhesda <143130929+siemhesda@users.noreply.github.com>
Carl <carl@carlfoster.io>
jpg619 <141764922+jpg619@users.noreply.github.com>
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [10.2.1](https://github.com/npm/cli/compare/v10.2.0...v10.2.1) (2023-10-03)

### Documentation

* [`2e4b4ad`](https://github.com/npm/cli/commit/2e4b4ad8bef158def1b2302846ab294fe7a83de4) [#6861](https://github.com/npm/cli/pull/6861) npm publish content modification (#6861) (@jpg619)

## [10.2.0](https://github.com/npm/cli/compare/v10.1.0...v10.2.0) (2023-10-02)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.2.0",
"version": "10.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.2.0",
"version": "10.2.1",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.2.0",
"version": "10.2.1",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down

0 comments on commit 6401ab4

Please sign in to comment.