Skip to content

Commit

Permalink
chore: release 14.0.3 (#328)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent 05fbcc3 commit ecd8f33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "14.0.2"
".": "14.0.3"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit ecd8f33

Please sign in to comment.