Skip to content

Commit

Permalink
chore(release): v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 20, 2025
1 parent 28d16c5 commit dc362cb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

## v1.6.6

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

### 🩹 Fixes

- Improve `DISABLE_NODE_FETCH_NATIVE_WARN` behavior ([#128](https://github.com/unjs/node-fetch-native/pull/128))

### 📖 Documentation

- Remove proxy banner ([7b46934](https://github.com/unjs/node-fetch-native/commit/7b46934))

### 📦 Build

- Downgrade undici to `v6` ([28d16c5](https://github.com/unjs/node-fetch-native/commit/28d16c5))

### 🤖 CI

- Update node to 20 ([1f8bd33](https://github.com/unjs/node-fetch-native/commit/1f8bd33))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Anton Golub <golub.anton@gmail.com>

## v1.6.5

[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.6.4...v1.6.5)
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": "node-fetch-native",
"version": "1.6.5",
"version": "1.6.6",
"description": "better fetch for Node.js. Works on any JavaScript runtime!",
"repository": "unjs/node-fetch-native",
"license": "MIT",
Expand Down

0 comments on commit dc362cb

Please sign in to comment.