diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5227d43..e4fa7b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.0.1" + ".": "13.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1384b..dec1455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [13.0.2](https://github.com/npm/make-fetch-happen/compare/v13.0.1...v13.0.2) (2024-08-27) + +### Dependencies + +* [`d255fcb`](https://github.com/npm/make-fetch-happen/commit/d255fcbaac5b04bccbb7b1c697162b4d9b3334c7) [#299](https://github.com/npm/make-fetch-happen/pull/299) remove is-lambda dependency (#299) + +### Chores + +* [`58dc7ef`](https://github.com/npm/make-fetch-happen/commit/58dc7ef5e468d38798afca61f0e1ab1652ba6447) [#295](https://github.com/npm/make-fetch-happen/pull/295) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) +* [`b0e6da7`](https://github.com/npm/make-fetch-happen/commit/b0e6da77bd893e4980599b546fa515b73473df28) [#307](https://github.com/npm/make-fetch-happen/pull/307) postinstall for dependabot template-oss PR (@hashtagchris) +* [`4ce1726`](https://github.com/npm/make-fetch-happen/commit/4ce17264cc1124de7321618af1dba180d1dc1612) [#307](https://github.com/npm/make-fetch-happen/pull/307) bump @npmcli/template-oss from 4.22.0 to 4.23.1 (@dependabot[bot]) + ## [13.0.1](https://github.com/npm/make-fetch-happen/compare/v13.0.0...v13.0.1) (2024-04-30) ### Bug Fixes diff --git a/package.json b/package.json index c401289..b363931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "make-fetch-happen", - "version": "13.0.1", + "version": "13.0.2", "description": "Opinionated, caching, retrying fetch client", "main": "lib/index.js", "files": [