Skip to content

Commit

Permalink
chore: release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Sep 26, 2024
1 parent ad98cba commit 2f6fb25
Show file tree
Hide file tree
Showing 22 changed files with 230 additions and 44 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
".": "10.8.3",
".": "11.0.0",
"workspaces/arborist": "7.5.4",
"workspaces/libnpmaccess": "8.0.6",
"workspaces/libnpmaccess": "9.0.0",
"workspaces/libnpmdiff": "6.1.4",
"workspaces/libnpmexec": "8.1.4",
"workspaces/libnpmfund": "5.0.12",
"workspaces/libnpmhook": "10.0.5",
"workspaces/libnpmorg": "6.0.6",
"workspaces/libnpmhook": "11.0.0",
"workspaces/libnpmorg": "7.0.0",
"workspaces/libnpmpack": "7.0.4",
"workspaces/libnpmpublish": "9.0.9",
"workspaces/libnpmsearch": "7.0.6",
"workspaces/libnpmteam": "6.0.5",
"workspaces/libnpmversion": "6.0.3",
"workspaces/config": "8.3.4"
"workspaces/libnpmpublish": "10.0.0",
"workspaces/libnpmsearch": "8.0.0",
"workspaces/libnpmteam": "7.0.0",
"workspaces/libnpmversion": "7.0.0",
"workspaces/config": "9.0.0"
}
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -947,3 +947,5 @@ AmirHossein Sakhravi <[email protected]>
Hiroo Ono <[email protected]>
Sonny <[email protected]>
Alessandro Diez <[email protected]>
Rhys Evans <[email protected]>
reggi <[email protected]>
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,79 @@
# Changelog

## [11.0.0](https://github.com/npm/cli/compare/v10.8.3...v11.0.0) (2024-09-26)
### ⚠️ BREAKING CHANGES
* `libnpmversion` now supports node `^18.17.0 || >=20.5.0`
* `libnpmteam` now supports node `^18.17.0 || >=20.5.0`
* `libnpmsearch` now supports node `^18.17.0 || >=20.5.0`
* `libnpmpublish` now supports node `^18.17.0 || >=20.5.0`
* `libnpmorg` now supports node `^18.17.0 || >=20.5.0`
* `libnpmhook` now supports node `^18.17.0 || >=20.5.0`
* `libnpmaccess` now supports node `^18.17.0 || >=20.5.0`
* `@npmcli/config` now supports node `^18.17.0 || >=20.5.0`
* `libnpmteam` now supports node `^18.17.0 || >=20.5.0`
* `libnpmsearch` now supports node `^18.17.0 || >=20.5.0`
* `libnpmpublish` now supports node `^18.17.0 || >=20.5.0`
* `libnpmorg` now supports node `^18.17.0 || >=20.5.0`
* `libnpmhook` now supports node `^18.17.0 || >=20.5.0`
* `libnpmaccess` now supports node `^18.17.0 || >=20.5.0`
* `@npmcli/config` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`3bc7c70`](https://github.com/npm/cli/commit/3bc7c7000609567b77b317c1f90bbc4734c8b395) align to npm 10 node engine range (libnpmversion) (@reggi)
* [`8b44964`](https://github.com/npm/cli/commit/8b4496428a8e4ce7ae3ed26a8bc2d5665c97174c) align to npm 10 node engine range (libnpmteam) (@reggi)
* [`7661b0e`](https://github.com/npm/cli/commit/7661b0ef4324c57136399fd1d1f75ea00d7363b1) align to npm 10 node engine range (libnpmsearch) (@reggi)
* [`37bc47f`](https://github.com/npm/cli/commit/37bc47f982594da1c0e7e4110f907a73a46e448d) align to npm 10 node engine range (libnpmpublish) (@reggi)
* [`6fcc66e`](https://github.com/npm/cli/commit/6fcc66e7b1bbeb60806c681d59e912300cb80350) align to npm 10 node engine range (libnpmorg) (@reggi)
* [`9c77dc9`](https://github.com/npm/cli/commit/9c77dc9c5f0ff9c8024a9221c2cb85415ad18efe) align to npm 10 node engine range (libnpmhook) (@reggi)
* [`dc0f270`](https://github.com/npm/cli/commit/dc0f270156c1bc972f953174fefb090aa6d49832) align to npm 10 node engine range (libnpmaccess) (@reggi)
* [`9e11fcf`](https://github.com/npm/cli/commit/9e11fcf7a41ad9606f2cbd71c2791db3c23c98ab) align to npm 10 node engine range (@npmcli/config) (@reggi)
* [`b2ed1a4`](https://github.com/npm/cli/commit/b2ed1a4739d89b6eb6b451e1f501a9c1f28245e5) align to npm 10 node engine range (libnpmteam) (@reggi)
* [`1c57428`](https://github.com/npm/cli/commit/1c574286418629dd4c5b8ac8e5db00830cdafecf) align to npm 10 node engine range (libnpmsearch) (@reggi)
* [`7708336`](https://github.com/npm/cli/commit/770833692d3f1dfd07d24285e9a7a4a43d5ecf84) align to npm 10 node engine range (libnpmpublish) (@reggi)
* [`e11ebbc`](https://github.com/npm/cli/commit/e11ebbcb5c904f58593f43218f2edcb7cc9fb02b) align to npm 10 node engine range (libnpmorg) (@reggi)
* [`7a0b81e`](https://github.com/npm/cli/commit/7a0b81ea13c3a0f08b3acf1adbf6254f82124328) align to npm 10 node engine range (libnpmhook) (@reggi)
* [`c5f818a`](https://github.com/npm/cli/commit/c5f818a787fbdfeca6dfd708c978736c96394a1b) align to npm 10 node engine range (libnpmaccess) (@reggi)
* [`02c403b`](https://github.com/npm/cli/commit/02c403bb4859339692594028f9b738fbe93a5da6) align to npm 10 node engine range (@npmcli/config) (@reggi)
### Documentation
* [`63d6a73`](https://github.com/npm/cli/commit/63d6a732c3c0e9c19fd4d147eaa5cc27c29b168d) [#7783](https://github.com/npm/cli/pull/7783) package.json: add brief section on exports, link to Node.js docs (#7783) (@wheresrhys)
* [`366c07e`](https://github.com/npm/cli/commit/366c07e2f3cb9d1c6ddbd03e624a4d73fbd2676e) [#7776](https://github.com/npm/cli/pull/7776) remove incorrect note about npm install (#7776) (@wraithgar)
### Dependencies
* [`ad98cba`](https://github.com/npm/cli/commit/ad98cbabcefe0e38348d25e365bf89535d999c44) `[email protected]`
* [`52599e9`](https://github.com/npm/cli/commit/52599e9b9a55b7ab144a9d076ce2b0be076cf595) `[email protected]`
* [`9d60b23`](https://github.com/npm/cli/commit/9d60b23f6f5283abb7eeea6b319b2771f4bce0ca) `[email protected]`
* [`d49cfaa`](https://github.com/npm/cli/commit/d49cfaa5879ba431998901cbfda0789f7b2967a6) `[email protected]`
* [`db2f964`](https://github.com/npm/cli/commit/db2f9644d146241d9cc84f0d1375dfb2d5009d31) `[email protected]`
* [`a3a77a0`](https://github.com/npm/cli/commit/a3a77a0de2965f81ca367b6c67ed7b490659b967) `[email protected]`
* [`a9d2ed0`](https://github.com/npm/cli/commit/a9d2ed0a54b6166e0bcf5980cd22d0a9dd8c6ea1) `[email protected]`
* [`28b073b`](https://github.com/npm/cli/commit/28b073b53888ba8c05d8cfc66919ce5027a85da4) `[email protected]`
* [`00b72b2`](https://github.com/npm/cli/commit/00b72b2cce3295b052d3626bc5fa0a2fd18a8f54) `[email protected]`
* [`feb161e`](https://github.com/npm/cli/commit/feb161e9c5d4c0a1465eac47b7d4e7f27396303c) `[email protected]`
* [`4593545`](https://github.com/npm/cli/commit/4593545995b3cba8e781ebe89ee4d03bb8133200) `@npmcli/[email protected]`
### Chores
* [`02c62b4`](https://github.com/npm/cli/commit/02c62b4aa9f9c047a2f40132c9d5919dee17c7ad) run template-oss-apply (libnpmversion) (@reggi)
* [`1cfc212`](https://github.com/npm/cli/commit/1cfc212b3ef82719fb12e6a5f5ef58d44eba2b32) run template-oss-apply (libnpmteam) (@reggi)
* [`25862b8`](https://github.com/npm/cli/commit/25862b84f2ed2093692d18af9addb345b22e36d9) run template-oss-apply (libnpmsearch) (@reggi)
* [`27ec184`](https://github.com/npm/cli/commit/27ec184afcea7cbcfbeb7fe4a3209a35de36f73e) run template-oss-apply (libnpmpublish) (@reggi)
* [`d314ebb`](https://github.com/npm/cli/commit/d314ebb457ee1c72f070e81ddb0af1b9c5ce00cf) run template-oss-apply (libnpmorg) (@reggi)
* [`af7cc7a`](https://github.com/npm/cli/commit/af7cc7acdb839749e02e35659671e278dbcd470b) run template-oss-apply (libnpmhook) (@reggi)
* [`639fed5`](https://github.com/npm/cli/commit/639fed52b876de35d06b0cdc4fd7c3916cfa364b) run template-oss-apply (libnpmaccess) (@reggi)
* [`871237a`](https://github.com/npm/cli/commit/871237a30aa45d0c1ef6a5c04ea051e9f6b65235) run template-oss-apply (@npmcli/config) (@reggi)
* [`32c277b`](https://github.com/npm/cli/commit/32c277b8e02a8e777cae6b98cd7a84360a18cf9f) run template-oss-apply (libnpmteam) (@reggi)
* [`4a44504`](https://github.com/npm/cli/commit/4a4450495ca44738236999c04d4fc6f3fd8e1d9f) run template-oss-apply (libnpmsearch) (@reggi)
* [`3d74a5a`](https://github.com/npm/cli/commit/3d74a5af098a7bfbd19d3e71221adc90f3ffa26e) run template-oss-apply (libnpmpublish) (@reggi)
* [`97836c5`](https://github.com/npm/cli/commit/97836c52f71ff25ad2196faa8a91dcf207889457) run template-oss-apply (libnpmorg) (@reggi)
* [`e162d03`](https://github.com/npm/cli/commit/e162d03d69c53d49db7545c4b4c25beb3c6d0cd5) run template-oss-apply (libnpmhook) (@reggi)
* [`1c46f45`](https://github.com/npm/cli/commit/1c46f451490a138f079083e3c5855d3002a4adba) run template-oss-apply (libnpmaccess) (@reggi)
* [`a48ecb7`](https://github.com/npm/cli/commit/a48ecb700f5ac1af425aa0a0bcee67dba346b09b) run template-oss-apply (@npmcli/config) (@reggi)
* [`fefd509`](https://github.com/npm/cli/commit/fefd509992a05c2dfddbe7bc46931c42f1da69d7) [#7764](https://github.com/npm/cli/pull/7764) deps: bump actions/download-artifact from 3 to 4 in /.github/workflows (#7764) (@dependabot[bot], @wraithgar)
* [workspace](https://github.com/npm/cli/releases/tag/config-v9.0.0): `@npmcli/[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v9.0.0): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v11.0.0): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v7.0.0): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v10.0.0): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v8.0.0): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v7.0.0): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v7.0.0): `[email protected]`

## [10.8.3](https://github.com/npm/cli/compare/v10.8.2...v10.8.3) (2024-08-28)
### Bug Fixes
* [`7e61151`](https://github.com/npm/cli/commit/7e61151b9ab4f62a83e9ea8bcfa15ece11b6a1fd) [#7759](https://github.com/npm/cli/pull/7759) docs: init usage description corrected (#7759) (@milaninfy)
Expand Down
2 changes: 2 additions & 0 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
!/archy
!/balanced-match
!/bin-links
!/binary-extensions
!/brace-expansion
!/cacache
!/chalk
Expand All @@ -73,6 +74,7 @@
!/debug/node_modules/
/debug/node_modules/*
!/debug/node_modules/ms
!/diff
!/eastasianwidth
!/emoji-regex
!/encoding
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.8.3",
"version": "11.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.8.3",
"version": "11.0.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -88,7 +88,7 @@
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.5.4",
"@npmcli/config": "^8.3.4",
"@npmcli/config": "^9.0.0",
"@npmcli/fs": "^3.1.1",
"@npmcli/map-workspaces": "^3.0.6",
"@npmcli/package-json": "^5.2.0",
Expand All @@ -111,17 +111,17 @@
"init-package-json": "^6.0.3",
"is-cidr": "^5.1.0",
"json-parse-even-better-errors": "^3.0.2",
"libnpmaccess": "^8.0.6",
"libnpmaccess": "^9.0.0",
"libnpmdiff": "^6.1.4",
"libnpmexec": "^8.1.4",
"libnpmfund": "^5.0.12",
"libnpmhook": "^10.0.5",
"libnpmorg": "^6.0.6",
"libnpmhook": "^11.0.0",
"libnpmorg": "^7.0.0",
"libnpmpack": "^7.0.4",
"libnpmpublish": "^9.0.9",
"libnpmsearch": "^7.0.6",
"libnpmteam": "^6.0.5",
"libnpmversion": "^6.0.3",
"libnpmpublish": "^10.0.0",
"libnpmsearch": "^8.0.0",
"libnpmteam": "^7.0.0",
"libnpmversion": "^7.0.0",
"make-fetch-happen": "^13.0.1",
"minimatch": "^9.0.5",
"minipass": "^7.1.1",
Expand Down Expand Up @@ -15812,7 +15812,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "8.3.4",
"version": "9.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^4.0.0",
Expand Down Expand Up @@ -15892,7 +15892,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "8.0.6",
"version": "9.0.0",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^12.0.0",
Expand Down Expand Up @@ -16021,7 +16021,7 @@
}
},
"workspaces/libnpmhook": {
"version": "10.0.5",
"version": "11.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -16038,7 +16038,7 @@
}
},
"workspaces/libnpmorg": {
"version": "6.0.6",
"version": "7.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand Down Expand Up @@ -16076,7 +16076,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "9.0.9",
"version": "10.0.0",
"license": "ISC",
"dependencies": {
"ci-info": "^4.0.0",
Expand Down Expand Up @@ -16172,7 +16172,7 @@
}
},
"workspaces/libnpmsearch": {
"version": "7.0.6",
"version": "8.0.0",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^17.0.1"
Expand All @@ -16188,7 +16188,7 @@
}
},
"workspaces/libnpmteam": {
"version": "6.0.5",
"version": "7.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -16205,7 +16205,7 @@
}
},
"workspaces/libnpmversion": {
"version": "6.0.3",
"version": "7.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^5.0.7",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.8.3",
"version": "11.0.0",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.5.4",
"@npmcli/config": "^8.3.4",
"@npmcli/config": "^9.0.0",
"@npmcli/fs": "^3.1.1",
"@npmcli/map-workspaces": "^3.0.6",
"@npmcli/package-json": "^5.2.0",
Expand All @@ -76,17 +76,17 @@
"init-package-json": "^6.0.3",
"is-cidr": "^5.1.0",
"json-parse-even-better-errors": "^3.0.2",
"libnpmaccess": "^8.0.6",
"libnpmaccess": "^9.0.0",
"libnpmdiff": "^6.1.4",
"libnpmexec": "^8.1.4",
"libnpmfund": "^5.0.12",
"libnpmhook": "^10.0.5",
"libnpmorg": "^6.0.6",
"libnpmhook": "^11.0.0",
"libnpmorg": "^7.0.0",
"libnpmpack": "^7.0.4",
"libnpmpublish": "^9.0.9",
"libnpmsearch": "^7.0.6",
"libnpmteam": "^6.0.5",
"libnpmversion": "^6.0.3",
"libnpmpublish": "^10.0.0",
"libnpmsearch": "^8.0.0",
"libnpmteam": "^7.0.0",
"libnpmversion": "^7.0.0",
"make-fetch-happen": "^13.0.1",
"minimatch": "^9.0.5",
"minipass": "^7.1.1",
Expand Down
17 changes: 17 additions & 0 deletions workspaces/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [9.0.0](https://github.com/npm/cli/compare/config-v8.3.4...config-v9.0.0) (2024-09-26)
### ⚠️ BREAKING CHANGES
* `@npmcli/config` now supports node `^18.17.0 || >=20.5.0`
* `@npmcli/config` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`9e11fcf`](https://github.com/npm/cli/commit/9e11fcf7a41ad9606f2cbd71c2791db3c23c98ab) align to npm 10 node engine range (@npmcli/config) (@reggi)
* [`02c403b`](https://github.com/npm/cli/commit/02c403bb4859339692594028f9b738fbe93a5da6) align to npm 10 node engine range (@npmcli/config) (@reggi)
### Dependencies
* [`28b073b`](https://github.com/npm/cli/commit/28b073b53888ba8c05d8cfc66919ce5027a85da4) `[email protected]`
* [`00b72b2`](https://github.com/npm/cli/commit/00b72b2cce3295b052d3626bc5fa0a2fd18a8f54) `[email protected]`
* [`feb161e`](https://github.com/npm/cli/commit/feb161e9c5d4c0a1465eac47b7d4e7f27396303c) `[email protected]`
* [`4593545`](https://github.com/npm/cli/commit/4593545995b3cba8e781ebe89ee4d03bb8133200) `@npmcli/[email protected]`
### Chores
* [`871237a`](https://github.com/npm/cli/commit/871237a30aa45d0c1ef6a5c04ea051e9f6b65235) run template-oss-apply (@npmcli/config) (@reggi)
* [`a48ecb7`](https://github.com/npm/cli/commit/a48ecb700f5ac1af425aa0a0bcee67dba346b09b) run template-oss-apply (@npmcli/config) (@reggi)
* [`8035725`](https://github.com/npm/cli/commit/80357253ecd8483463cd66c783c4464c330d72df) [#7756](https://github.com/npm/cli/pull/7756) `@npmcli/[email protected]` (@wraithgar)

## [8.3.4](https://github.com/npm/cli/compare/config-v8.3.3...config-v8.3.4) (2024-07-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
"version": "8.3.4",
"version": "9.0.0",
"files": [
"bin/",
"lib/"
Expand Down
14 changes: 14 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [9.0.0](https://github.com/npm/cli/compare/libnpmaccess-v8.0.6...libnpmaccess-v9.0.0) (2024-09-26)
### ⚠️ BREAKING CHANGES
* `libnpmaccess` now supports node `^18.17.0 || >=20.5.0`
* `libnpmaccess` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`dc0f270`](https://github.com/npm/cli/commit/dc0f270156c1bc972f953174fefb090aa6d49832) align to npm 10 node engine range (libnpmaccess) (@reggi)
* [`c5f818a`](https://github.com/npm/cli/commit/c5f818a787fbdfeca6dfd708c978736c96394a1b) align to npm 10 node engine range (libnpmaccess) (@reggi)
### Dependencies
* [`a9d2ed0`](https://github.com/npm/cli/commit/a9d2ed0a54b6166e0bcf5980cd22d0a9dd8c6ea1) `[email protected]`
### Chores
* [`639fed5`](https://github.com/npm/cli/commit/639fed52b876de35d06b0cdc4fd7c3916cfa364b) run template-oss-apply (libnpmaccess) (@reggi)
* [`1c46f45`](https://github.com/npm/cli/commit/1c46f451490a138f079083e3c5855d3002a4adba) run template-oss-apply (libnpmaccess) (@reggi)
* [`8035725`](https://github.com/npm/cli/commit/80357253ecd8483463cd66c783c4464c330d72df) [#7756](https://github.com/npm/cli/pull/7756) `@npmcli/[email protected]` (@wraithgar)

## [8.0.6](https://github.com/npm/cli/compare/libnpmaccess-v8.0.5...libnpmaccess-v8.0.6) (2024-05-15)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
"version": "8.0.6",
"version": "9.0.0",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down
12 changes: 12 additions & 0 deletions workspaces/libnpmhook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [11.0.0](https://github.com/npm/cli/compare/libnpmhook-v10.0.5...libnpmhook-v11.0.0) (2024-09-26)
### ⚠️ BREAKING CHANGES
* `libnpmhook` now supports node `^18.17.0 || >=20.5.0`
* `libnpmhook` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`9c77dc9`](https://github.com/npm/cli/commit/9c77dc9c5f0ff9c8024a9221c2cb85415ad18efe) align to npm 10 node engine range (libnpmhook) (@reggi)
* [`7a0b81e`](https://github.com/npm/cli/commit/7a0b81ea13c3a0f08b3acf1adbf6254f82124328) align to npm 10 node engine range (libnpmhook) (@reggi)
### Chores
* [`af7cc7a`](https://github.com/npm/cli/commit/af7cc7acdb839749e02e35659671e278dbcd470b) run template-oss-apply (libnpmhook) (@reggi)
* [`e162d03`](https://github.com/npm/cli/commit/e162d03d69c53d49db7545c4b4c25beb3c6d0cd5) run template-oss-apply (libnpmhook) (@reggi)
* [`8035725`](https://github.com/npm/cli/commit/80357253ecd8483463cd66c783c4464c330d72df) [#7756](https://github.com/npm/cli/pull/7756) `@npmcli/[email protected]` (@wraithgar)

## [10.0.5](https://github.com/npm/cli/compare/libnpmhook-v10.0.4...libnpmhook-v10.0.5) (2024-05-15)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmhook",
"version": "10.0.5",
"version": "11.0.0",
"description": "programmatic API for managing npm registry hooks",
"main": "lib/index.js",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions workspaces/libnpmorg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [7.0.0](https://github.com/npm/cli/compare/libnpmorg-v6.0.6...libnpmorg-v7.0.0) (2024-09-26)
### ⚠️ BREAKING CHANGES
* `libnpmorg` now supports node `^18.17.0 || >=20.5.0`
* `libnpmorg` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`6fcc66e`](https://github.com/npm/cli/commit/6fcc66e7b1bbeb60806c681d59e912300cb80350) align to npm 10 node engine range (libnpmorg) (@reggi)
* [`e11ebbc`](https://github.com/npm/cli/commit/e11ebbcb5c904f58593f43218f2edcb7cc9fb02b) align to npm 10 node engine range (libnpmorg) (@reggi)
### Chores
* [`d314ebb`](https://github.com/npm/cli/commit/d314ebb457ee1c72f070e81ddb0af1b9c5ce00cf) run template-oss-apply (libnpmorg) (@reggi)
* [`97836c5`](https://github.com/npm/cli/commit/97836c52f71ff25ad2196faa8a91dcf207889457) run template-oss-apply (libnpmorg) (@reggi)
* [`8035725`](https://github.com/npm/cli/commit/80357253ecd8483463cd66c783c4464c330d72df) [#7756](https://github.com/npm/cli/pull/7756) `@npmcli/[email protected]` (@wraithgar)

## [6.0.6](https://github.com/npm/cli/compare/libnpmorg-v6.0.5...libnpmorg-v6.0.6) (2024-05-15)

### Dependencies
Expand Down
Loading

0 comments on commit 2f6fb25

Please sign in to comment.