Skip to content

Commit c848c19

Browse files
chore: release 16.0.0
1 parent c859195 commit c848c19

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
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-
".": "15.0.0"
2+
".": "16.0.0"
33
}

CHANGELOG.md

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

3+
## [16.0.0](https://github.com/npm/npm-registry-fetch/compare/v15.0.0...v16.0.0) (2023-08-15)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* support for node <=16.13 has been removed
8+
9+
### Bug Fixes
10+
11+
* [`4c0be5e`](https://github.com/npm/npm-registry-fetch/commit/4c0be5ea200fd48994fb0a39f19d451fde8a9b30) [#199](https://github.com/npm/npm-registry-fetch/pull/199) drop node 16.13.x support (@lukekarrys)
12+
13+
### Dependencies
14+
15+
* [`c1d490d`](https://github.com/npm/npm-registry-fetch/commit/c1d490dd63a2268aa17adc14420278ceb1468e0e) [#198](https://github.com/npm/npm-registry-fetch/pull/198) bump make-fetch-happen from 12.0.0 to 13.0.0
16+
317
## [15.0.0](https://github.com/npm/npm-registry-fetch/compare/v14.0.5...v15.0.0) (2023-07-28)
418

519
### ⚠️ BREAKING CHANGES

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-registry-fetch",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"description": "Fetch-based http client for use with npm registry APIs",
55
"main": "lib",
66
"files": [
@@ -36,7 +36,7 @@
3636
"minipass-fetch": "^3.0.0",
3737
"minipass-json-stream": "^1.0.1",
3838
"minizlib": "^2.1.2",
39-
"npm-package-arg": "^11.0.0",
39+
"npm-package-arg": "^10.0.0",
4040
"proc-log": "^3.0.0"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)