Skip to content

Commit 9f280e4

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 13.0.0
1 parent 41295dc commit 9f280e4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [13.0.0](https://github.com/npm/make-fetch-happen/compare/v12.0.0...v13.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+
* [`fb1c716`](https://github.com/npm/make-fetch-happen/commit/fb1c716ccca310d2cf989be3b89e924bce369bab) [#262](https://github.com/npm/make-fetch-happen/pull/262) drop node 16.13.x support (@lukekarrys)
12+
13+
### Dependencies
14+
15+
* [`41295dc`](https://github.com/npm/make-fetch-happen/commit/41295dcb76b0bc5e0a953b2f64dd8b7cd63e0c29) [#264](https://github.com/npm/make-fetch-happen/pull/264) bump @npmcli/agent from 1.1.0 to 2.0.0
16+
* [`4875556`](https://github.com/npm/make-fetch-happen/commit/4875556e51814bc84971240ae58a0cddc740db2b) [#261](https://github.com/npm/make-fetch-happen/pull/261) bump cacache from 17.1.4 to 18.0.0
17+
318
## [12.0.0](https://github.com/npm/make-fetch-happen/compare/v11.1.1...v12.0.0) (2023-07-27)
419

520
### ⚠️ BREAKING CHANGES

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "make-fetch-happen",
3-
"version": "12.0.0",
3+
"version": "13.0.0",
44
"description": "Opinionated, caching, retrying fetch client",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)