From d3b1563d1a310157cc9668f07debefb1776c11a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:11:03 +0000 Subject: [PATCH] chore: release 14.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b2abfd3..8bfa7ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "14.0.1" + ".": "14.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d4acfa1..05b1315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [14.0.2](https://github.com/npm/make-fetch-happen/compare/v14.0.1...v14.0.2) (2024-10-16) +### Bug Fixes +* [`fa5f233`](https://github.com/npm/make-fetch-happen/commit/fa5f233e99458478fa5b18e77d953996e0b7a078) [#324](https://github.com/npm/make-fetch-happen/pull/324) don't use the request signal in the agent (#324) (@thewilkybarkid, @wraithgar) +### Chores +* [`b3742c5`](https://github.com/npm/make-fetch-happen/commit/b3742c551a74382d34f0ed9f2cd5bcd3fc900f08) [#323](https://github.com/npm/make-fetch-happen/pull/323) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#323) (@dependabot[bot], @npm-cli-bot) + ## [14.0.1](https://github.com/npm/make-fetch-happen/compare/v14.0.0...v14.0.1) (2024-10-02) ### Dependencies * [`5eae0b6`](https://github.com/npm/make-fetch-happen/commit/5eae0b6331b8e893add029ae443fe0330e3f30ff) [#321](https://github.com/npm/make-fetch-happen/pull/321) bump `cacache@19.0.1` diff --git a/package.json b/package.json index e53f47e..6afb7b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "make-fetch-happen", - "version": "14.0.1", + "version": "14.0.2", "description": "Opinionated, caching, retrying fetch client", "main": "lib/index.js", "files": [