Skip to content

Commit dc362cb

Browse files
committed
chore(release): v1.6.6
1 parent 28d16c5 commit dc362cb

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v1.6.6
6+
7+
[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.6.5...v1.6.6)
8+
9+
### 🩹 Fixes
10+
11+
- Improve `DISABLE_NODE_FETCH_NATIVE_WARN` behavior ([#128](https://github.com/unjs/node-fetch-native/pull/128))
12+
13+
### 📖 Documentation
14+
15+
- Remove proxy banner ([7b46934](https://github.com/unjs/node-fetch-native/commit/7b46934))
16+
17+
### 📦 Build
18+
19+
- Downgrade undici to `v6` ([28d16c5](https://github.com/unjs/node-fetch-native/commit/28d16c5))
20+
21+
### 🤖 CI
22+
23+
- Update node to 20 ([1f8bd33](https://github.com/unjs/node-fetch-native/commit/1f8bd33))
24+
25+
### ❤️ Contributors
26+
27+
- Pooya Parsa ([@pi0](http://github.com/pi0))
28+
- Anton Golub <golub.anton@gmail.com>
29+
530
## v1.6.5
631

732
[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.6.4...v1.6.5)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-fetch-native",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"description": "better fetch for Node.js. Works on any JavaScript runtime!",
55
"repository": "unjs/node-fetch-native",
66
"license": "MIT",

0 commit comments

Comments
 (0)