Skip to content

Commit fa902a2

Browse files
committedDec 24, 2023
chore(release): v1.6.0
1 parent d2d7588 commit fa902a2

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed
 

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.0
6+
7+
[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.5.1...v1.6.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **proxy:** Export `fetch` and `createFetch` ([#108](https://github.com/unjs/node-fetch-native/pull/108))
12+
- **proxy:** Support no_proxy ([#109](https://github.com/unjs/node-fetch-native/pull/109))
13+
14+
### 🩹 Fixes
15+
16+
- **proxy:** Update environment variable check order ([742d27e](https://github.com/unjs/node-fetch-native/commit/742d27e))
17+
18+
### ❤️ Contributors
19+
20+
- Pooya Parsa ([@pi0](http://github.com/pi0))
21+
522
## v1.5.1
623

724
[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.5.0...v1.5.1)

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-fetch-native",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "better fetch for Node.js. Works on any JavaScript runtime!",
55
"repository": "unjs/node-fetch-native",
66
"license": "MIT",
@@ -141,4 +141,4 @@
141141
"vitest": "^1.1.0"
142142
},
143143
"packageManager": "pnpm@8.12.1"
144-
}
144+
}

0 commit comments

Comments
 (0)
Please sign in to comment.