Skip to content

Commit 5064e07

Browse files
authoredMar 8, 2022
chore: release 10.0.5 (#111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b7f3e28 commit 5064e07

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎CHANGELOG.md

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

3+
### [10.0.5](https://www.github.com/npm/make-fetch-happen/compare/v10.0.4...v10.0.5) (2022-03-07)
4+
5+
6+
### Bug Fixes
7+
8+
* add code property to unsupported proxy url error ([#112](https://www.github.com/npm/make-fetch-happen/issues/112)) ([569a613](https://www.github.com/npm/make-fetch-happen/commit/569a6136b0ded34edd5de3584f518233fc720fcd))
9+
10+
11+
### Dependencies
12+
13+
* update lru-cache requirement from ^7.4.0 to ^7.4.1 ([#113](https://www.github.com/npm/make-fetch-happen/issues/113)) ([b7f3e28](https://www.github.com/npm/make-fetch-happen/commit/b7f3e28f07c0e023dc6b616f61957fc49b3fdd2c))
14+
* update minipass-fetch requirement from ^2.0.1 to ^2.0.2 ([#109](https://www.github.com/npm/make-fetch-happen/issues/109)) ([4a9892a](https://www.github.com/npm/make-fetch-happen/commit/4a9892a0fbf79965ed272d9bc5422c4525e7a990))
15+
316
### [10.0.4](https://www.github.com/npm/make-fetch-happen/compare/v10.0.3...v10.0.4) (2022-03-02)
417

518

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.