From ecd8f33c411096e8f79ae6f7043edab11ab29289 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:50:32 -0700 Subject: [PATCH] chore: release 14.0.3 (#328) :robot: I have created a release *beep* *boop* --- ## [14.0.3](https://github.com/npm/make-fetch-happen/compare/v14.0.2...v14.0.3) (2024-10-21) ### Bug Fixes * [`3e0fe87`](https://github.com/npm/make-fetch-happen/commit/3e0fe87763e4c954ec6f39e1b5f44eac0e68f15f) [#316](https://github.com/npm/make-fetch-happen/pull/316) stop ignoring NODE_TLS_REJECT_UNAUTHORIZED when strictSSL is not defined (#316) (@brunoargolo, Bruno Oliveira) ### Dependencies * [`05fbcc3`](https://github.com/npm/make-fetch-happen/commit/05fbcc3d2cf0b29461edec96ef3fde73f4cf24c4) [#327](https://github.com/npm/make-fetch-happen/pull/327) bump negotiator from 0.6.4 to 1.0.0 (#327) (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 8bfa7ed..a314d98 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "14.0.2" + ".": "14.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b1315..3122789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [14.0.3](https://github.com/npm/make-fetch-happen/compare/v14.0.2...v14.0.3) (2024-10-21) +### Bug Fixes +* [`3e0fe87`](https://github.com/npm/make-fetch-happen/commit/3e0fe87763e4c954ec6f39e1b5f44eac0e68f15f) [#316](https://github.com/npm/make-fetch-happen/pull/316) stop ignoring NODE_TLS_REJECT_UNAUTHORIZED when strictSSL is not defined (#316) (@brunoargolo, Bruno Oliveira) +### Dependencies +* [`05fbcc3`](https://github.com/npm/make-fetch-happen/commit/05fbcc3d2cf0b29461edec96ef3fde73f4cf24c4) [#327](https://github.com/npm/make-fetch-happen/pull/327) bump negotiator from 0.6.4 to 1.0.0 (#327) (@dependabot[bot]) + ## [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) diff --git a/package.json b/package.json index 2cc35c3..054fe84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "make-fetch-happen", - "version": "14.0.2", + "version": "14.0.3", "description": "Opinionated, caching, retrying fetch client", "main": "lib/index.js", "files": [