From 508bc003d9c62c2241b7b1018a1339cb8400887f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:12:17 +0000 Subject: [PATCH] chore: release 10.5.1 --- .release-please-manifest.json | 2 +- AUTHORS | 3 +++ CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3c2a298378ef6..67c4e0517f866 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "10.5.0", + ".": "10.5.1", "workspaces/arborist": "7.4.0", "workspaces/libnpmaccess": "8.0.2", "workspaces/libnpmdiff": "6.0.7", diff --git a/AUTHORS b/AUTHORS index 899103363d697..149e584753fd6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -923,3 +923,6 @@ GoodDaisy <90915921+GoodDaisy@users.noreply.github.com> Aleks Sobieraj Roberto Basile rveerd +Jason Ho +Christian Oliff +Jamie King diff --git a/CHANGELOG.md b/CHANGELOG.md index 1813a76f97c22..826a5b49a1671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [10.5.1](https://github.com/npm/cli/compare/v10.5.0...v10.5.1) (2024-03-20) + +### Bug Fixes + +* [`9d4e85f`](https://github.com/npm/cli/commit/9d4e85f2379eded50b54f4e0b6f307031037f1ec) [#7297](https://github.com/npm/cli/pull/7297) search: include searchlimit option in help output (#7297) (@10xLaCroixDrinker) +* [`bdb3c28`](https://github.com/npm/cli/commit/bdb3c28167f757060474ef2b82c92f3a1f210972) [#7274](https://github.com/npm/cli/pull/7274) added check for dry-run (#7274) (@cod1r) +* [`7f1ab88`](https://github.com/npm/cli/commit/7f1ab8822a8d50403338595ab9f218e4d63f37fa) [#7271](https://github.com/npm/cli/pull/7271) more lightweight npm bin discovery in windows (#7271) (@wraithgar) + +### Documentation + +* [`9807caf`](https://github.com/npm/cli/commit/9807cafbaf274eca2a0abbd04a9b2b55e850de9d) [#7304](https://github.com/npm/cli/pull/7304) update audit docs with provenance info (#7304) (@bdehamer) +* [`e1ecfa7`](https://github.com/npm/cli/commit/e1ecfa7829be91282373862669b92ef42b9e48df) [#7285](https://github.com/npm/cli/pull/7285) Correct capitalization for URL (#7285) (@coliff) + +### Chores + +* [`0dab381`](https://github.com/npm/cli/commit/0dab3810e6b84e1b4afcc2a315c878fffccb328b) [#7258](https://github.com/npm/cli/pull/7258) `jsdom@24.0.0` (#7258) (@wraithgar) +* [`af3c48e`](https://github.com/npm/cli/commit/af3c48e074d03caebaa8ed24d39405329f545497) [#7262](https://github.com/npm/cli/pull/7262) test refactor (#7262) (@wraithgar) + ## [10.5.0](https://github.com/npm/cli/compare/v10.4.0...v10.5.0) (2024-02-28) ### Features diff --git a/package-lock.json b/package-lock.json index 9180524b07280..011c0dc23a667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.5.0", + "version": "10.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.5.0", + "version": "10.5.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index d892a7fff8180..3933269450796 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.5.0", + "version": "10.5.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [