Skip to content

Commit a50fb07

Browse files
chore: release 19.0.0 (#278)
🤖 I have created a release *beep* *boop* --- ## [19.0.0](v18.0.2...v19.0.0) (2025-07-24) ### ⚠️ BREAKING CHANGES * `npm-registry-fetch` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`364c6c0`](364c6c0) [#277](#277) align to npm 11 node engine range (@owlstronaut) ### Dependencies * [`a94aa45`](a94aa45) [#277](#277) `[email protected]` * [`743188b`](743188b) [#277](#277) `[email protected]` ### Chores * [`563fda6`](563fda6) [#277](#277) `[email protected]` (@owlstronaut) * [`d5519d6`](d5519d6) [#277](#277) template-oss apply fix (@owlstronaut) * [`894f3a7`](894f3a7) [#277](#277) `@npmcli/[email protected]` (@owlstronaut) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a94aa45 commit a50fb07

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "18.0.2"
2+
".": "19.0.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [19.0.0](https://github.com/npm/npm-registry-fetch/compare/v18.0.2...v19.0.0) (2025-07-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `npm-registry-fetch` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`364c6c0`](https://github.com/npm/npm-registry-fetch/commit/364c6c0278b81d106239ba1d1a0f51b96d4aa53d) [#277](https://github.com/npm/npm-registry-fetch/pull/277) align to npm 11 node engine range (@owlstronaut)
8+
### Dependencies
9+
* [`a94aa45`](https://github.com/npm/npm-registry-fetch/commit/a94aa458bdac7ef117c731580fe5775397c43ed0) [#277](https://github.com/npm/npm-registry-fetch/pull/277) `[email protected]`
10+
* [`743188b`](https://github.com/npm/npm-registry-fetch/commit/743188bf301d854d1cebdc8079b22f106374b038) [#277](https://github.com/npm/npm-registry-fetch/pull/277) `[email protected]`
11+
### Chores
12+
* [`563fda6`](https://github.com/npm/npm-registry-fetch/commit/563fda6a01433bbcf60fce30f30f5961fd85c39f) [#277](https://github.com/npm/npm-registry-fetch/pull/277) `[email protected]` (@owlstronaut)
13+
* [`d5519d6`](https://github.com/npm/npm-registry-fetch/commit/d5519d64377a159a855f963922927fba8b5ad838) [#277](https://github.com/npm/npm-registry-fetch/pull/277) template-oss apply fix (@owlstronaut)
14+
* [`894f3a7`](https://github.com/npm/npm-registry-fetch/commit/894f3a7f22f73d9246c3591d171f1c3cec40e3ee) [#277](https://github.com/npm/npm-registry-fetch/pull/277) `@npmcli/[email protected]` (@owlstronaut)
15+
316
## [18.0.2](https://github.com/npm/npm-registry-fetch/compare/v18.0.1...v18.0.2) (2024-10-16)
417
### Bug Fixes
518
* [`8044781`](https://github.com/npm/npm-registry-fetch/commit/80447811a5d532e917488917eea6e5b10267d843) [#273](https://github.com/npm/npm-registry-fetch/pull/273) log cache hits distinct from fetch (#273) (@mbtools)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-registry-fetch",
3-
"version": "18.0.2",
3+
"version": "19.0.0",
44
"description": "Fetch-based http client for use with npm registry APIs",
55
"main": "lib",
66
"files": [

0 commit comments

Comments
 (0)