diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e45872a6b6130..810317e479332 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "10.3.0", + ".": "10.3.1", "workspaces/arborist": "7.3.0", "workspaces/libnpmaccess": "8.0.2", "workspaces/libnpmdiff": "6.0.5", @@ -8,7 +8,7 @@ "workspaces/libnpmhook": "10.0.1", "workspaces/libnpmorg": "6.0.2", "workspaces/libnpmpack": "6.0.5", - "workspaces/libnpmpublish": "9.0.3", + "workspaces/libnpmpublish": "9.0.4", "workspaces/libnpmsearch": "7.0.1", "workspaces/libnpmteam": "6.0.1", "workspaces/libnpmversion": "5.0.2", diff --git a/CHANGELOG.md b/CHANGELOG.md index 498d7f69e581d..c449fba4865d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.3.1](https://github.com/npm/cli/compare/v10.3.0...v10.3.1) (2024-01-17) + +### Bug Fixes + +* [`81c95c7`](https://github.com/npm/cli/commit/81c95c7de71b40831ad46356d75ed56b20c66372) [#7063](https://github.com/npm/cli/pull/7063) don't reset update notifier duration on every check (#7063) (@wraithgar) + +### Dependencies + +* [`a50b03b`](https://github.com/npm/cli/commit/a50b03b10046cf769cd328df96adcf292db5c067) [#7141](https://github.com/npm/cli/pull/7141) `sigstore@2.2.0` (#7141) (@bdehamer) +* [`f696b51`](https://github.com/npm/cli/commit/f696b517a39bea1be0f7116983a5b4c8ed6f01b7) [#7132](https://github.com/npm/cli/pull/7132) `@sigstore/tuf@2.3.0` (#7132) (@bdehamer) +* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.4): `libnpmpublish@9.0.4` + ## [10.3.0](https://github.com/npm/cli/compare/v10.2.5...v10.3.0) (2024-01-10) ### Features diff --git a/package-lock.json b/package-lock.json index 16ca04ca5e66f..fecf34bf2343b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.3.0", + "version": "10.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.3.0", + "version": "10.3.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -16431,7 +16431,7 @@ } }, "workspaces/libnpmpublish": { - "version": "9.0.3", + "version": "9.0.4", "license": "ISC", "dependencies": { "ci-info": "^4.0.0", diff --git a/package.json b/package.json index 2de998fcb0243..3630f8a5e6e30 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.3.0", + "version": "10.3.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md index 60aeaae719663..eb246fd3da60e 100644 --- a/workspaces/libnpmpublish/CHANGELOG.md +++ b/workspaces/libnpmpublish/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [9.0.4](https://github.com/npm/cli/compare/libnpmpublish-v9.0.3...libnpmpublish-v9.0.4) (2024-01-17) + +### Dependencies + +* [`a50b03b`](https://github.com/npm/cli/commit/a50b03b10046cf769cd328df96adcf292db5c067) [#7141](https://github.com/npm/cli/pull/7141) `sigstore@2.2.0` (#7141) (@bdehamer) + ## [9.0.3](https://github.com/npm/cli/compare/libnpmpublish-v9.0.2...libnpmpublish-v9.0.3) (2023-12-06) ### Chores diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index 8d5240cf1f744..67f63816d90d5 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpublish", - "version": "9.0.3", + "version": "9.0.4", "description": "Programmatic API for the bits behind npm publish and unpublish", "author": "GitHub Inc.", "main": "lib/index.js",