Skip to content

Commit 99fd7a6

Browse files
authoredSep 26, 2024
chore: release 18.0.0 (#265)
🤖 I have created a release *beep* *boop* --- ## [18.0.0](v17.1.0...v18.0.0) (2024-09-26) ### ⚠️ BREAKING CHANGES * `npm-registry-fetch` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`93d71a6`](93d71a6) [#264](#264) align to npm 10 node engine range (@reggi) ### Dependencies * [`78aa620`](78aa620) [#266](#266) bump minizlib from 2.1.2 to 3.0.1 (#266) * [`842f324`](842f324) [#264](#264) `[email protected]` * [`b394f34`](b394f34) [#264](#264) `[email protected]` * [`c2b986a`](c2b986a) [#264](#264) `[email protected]` * [`351e1f4`](351e1f4) [#264](#264) `@npmcli/[email protected]` ### Chores * [`bd5f617`](bd5f617) [#262](#262) bump ssri from 10.0.6 to 12.0.0 (#262) (@dependabot[bot]) * [`60a396a`](60a396a) [#264](#264) run template-oss-apply (@reggi) * [`0a9f05b`](0a9f05b) [#256](#256) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`4317115`](4317115) [#257](#257) postinstall for dependabot template-oss PR (@hashtagchris) * [`81080b9`](81080b9) [#257](#257) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) --- 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 78aa620 commit 99fd7a6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "17.1.0"
2+
".": "18.0.0"
33
}

‎CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [18.0.0](https://github.com/npm/npm-registry-fetch/compare/v17.1.0...v18.0.0) (2024-09-26)
4+
### ⚠️ BREAKING CHANGES
5+
* `npm-registry-fetch` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`93d71a6`](https://github.com/npm/npm-registry-fetch/commit/93d71a6cb45e5622f0dad0ecb039b7d160045194) [#264](https://github.com/npm/npm-registry-fetch/pull/264) align to npm 10 node engine range (@reggi)
8+
### Dependencies
9+
* [`78aa620`](https://github.com/npm/npm-registry-fetch/commit/78aa620415a40978f78a92a8c2f2a07593c8afcc) [#266](https://github.com/npm/npm-registry-fetch/pull/266) bump minizlib from 2.1.2 to 3.0.1 (#266)
10+
* [`842f324`](https://github.com/npm/npm-registry-fetch/commit/842f324b7f0045b4ade9c9ee2033bcd38d9a5f71) [#264](https://github.com/npm/npm-registry-fetch/pull/264) `proc-log@5.0.0`
11+
* [`b394f34`](https://github.com/npm/npm-registry-fetch/commit/b394f34ba2e1ba062614ef7c8bdefac6355a659a) [#264](https://github.com/npm/npm-registry-fetch/pull/264) `npm-package-arg@12.0.0`
12+
* [`c2b986a`](https://github.com/npm/npm-registry-fetch/commit/c2b986a20ffa4a0c36ac0c5e5096a41cf91a9387) [#264](https://github.com/npm/npm-registry-fetch/pull/264) `minipass-fetch@4.0.0`
13+
* [`351e1f4`](https://github.com/npm/npm-registry-fetch/commit/351e1f42371de69bac3e560595f62b14d28a8e28) [#264](https://github.com/npm/npm-registry-fetch/pull/264) `@npmcli/redact@3.0.0`
14+
### Chores
15+
* [`bd5f617`](https://github.com/npm/npm-registry-fetch/commit/bd5f61742fe304c0e366131108337e68711fe4a2) [#262](https://github.com/npm/npm-registry-fetch/pull/262) bump ssri from 10.0.6 to 12.0.0 (#262) (@dependabot[bot])
16+
* [`60a396a`](https://github.com/npm/npm-registry-fetch/commit/60a396a095e08d72bd56190d3a31e3e0d63f575e) [#264](https://github.com/npm/npm-registry-fetch/pull/264) run template-oss-apply (@reggi)
17+
* [`0a9f05b`](https://github.com/npm/npm-registry-fetch/commit/0a9f05be03a8410edffbbf3dc121a930c21535ac) [#256](https://github.com/npm/npm-registry-fetch/pull/256) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
18+
* [`4317115`](https://github.com/npm/npm-registry-fetch/commit/4317115fe040d701121c65bc57a053caafcafb8b) [#257](https://github.com/npm/npm-registry-fetch/pull/257) postinstall for dependabot template-oss PR (@hashtagchris)
19+
* [`81080b9`](https://github.com/npm/npm-registry-fetch/commit/81080b9f53cc4dea3aeab2b38396527756011902) [#257](https://github.com/npm/npm-registry-fetch/pull/257) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
20+
321
## [17.1.0](https://github.com/npm/npm-registry-fetch/compare/v17.0.1...v17.1.0) (2024-06-12)
422

523
### Features

‎package.json

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

0 commit comments

Comments
 (0)