Skip to content

Commit ecd8f33

Browse files
chore: release 14.0.3 (#328)
🤖 I have created a release *beep* *boop* --- ## [14.0.3](v14.0.2...v14.0.3) (2024-10-21) ### Bug Fixes * [`3e0fe87`](3e0fe87) [#316](#316) stop ignoring NODE_TLS_REJECT_UNAUTHORIZED when strictSSL is not defined (#316) (@brunoargolo, Bruno Oliveira) ### Dependencies * [`05fbcc3`](05fbcc3) [#327](#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>
1 parent 05fbcc3 commit ecd8f33

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [14.0.3](https://github.com/npm/make-fetch-happen/compare/v14.0.2...v14.0.3) (2024-10-21)
4+
### Bug Fixes
5+
* [`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)
6+
### Dependencies
7+
* [`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])
8+
39
## [14.0.2](https://github.com/npm/make-fetch-happen/compare/v14.0.1...v14.0.2) (2024-10-16)
410
### Bug Fixes
511
* [`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)

package.json

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

0 commit comments

Comments
 (0)