From 20ba9a0dda575c53ab7daddf9107bdad48416f8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:35:18 +0000 Subject: [PATCH] chore: release 13.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9259d40..2af8923 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.0.0" + ".": "13.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index afd682d..d854d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [13.0.0](https://github.com/npm/make-fetch-happen/compare/v12.0.0...v13.0.0) (2023-08-15) + +### ⚠️ BREAKING CHANGES + +* support for node <=16.13 has been removed + +### Bug Fixes + +* [`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) + +### Dependencies + +* [`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 +* [`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 + ## [12.0.0](https://github.com/npm/make-fetch-happen/compare/v11.1.1...v12.0.0) (2023-07-27) ### ⚠️ BREAKING CHANGES diff --git a/package.json b/package.json index 412ec32..a874ace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "make-fetch-happen", - "version": "12.0.0", + "version": "13.0.0", "description": "Opinionated, caching, retrying fetch client", "main": "lib/index.js", "files": [