Skip to content

Commit 45926dc

Browse files
authoredMar 24, 2022
chore(main): release 10.1.0 (#131)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25cae2e commit 45926dc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
 

‎CHANGELOG.md

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

3+
## [10.1.0](https://github.com/npm/make-fetch-happen/compare/v10.0.6...v10.1.0) (2022-03-24)
4+
5+
6+
### Features
7+
8+
* implement local dns cache ([#132](https://github.com/npm/make-fetch-happen/issues/132)) ([25cae2e](https://github.com/npm/make-fetch-happen/commit/25cae2ec00c1b0549b40d3d076ed4beacea25ceb))
9+
10+
11+
### Dependencies
12+
13+
* update cacache requirement from ^16.0.0 to ^16.0.1 ([#122](https://github.com/npm/make-fetch-happen/issues/122)) ([cb3873c](https://github.com/npm/make-fetch-happen/commit/cb3873cbe774e182d954c601af35c022783a5d5c))
14+
* update cacache requirement from ^16.0.1 to ^16.0.2 ([#127](https://github.com/npm/make-fetch-happen/issues/127)) ([44fe6ce](https://github.com/npm/make-fetch-happen/commit/44fe6ce8c9326b181913564e4808fce7df6f589b))
15+
* update lru-cache requirement from ^7.5.1 to ^7.7.1 ([#128](https://github.com/npm/make-fetch-happen/issues/128)) ([eb6e7b6](https://github.com/npm/make-fetch-happen/commit/eb6e7b657d0b9da6d1063d2ff3d9f08b3827c017))
16+
317
### [10.0.6](https://www.github.com/npm/make-fetch-happen/compare/v10.0.5...v10.0.6) (2022-03-14)
418

519

‎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.6",
3+
"version": "10.1.0",
44
"description": "Opinionated, caching, retrying fetch client",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.