Skip to content

Commit 16f01ce

Browse files
committed
chore(release): v1.5.1
1 parent 584ee24 commit 16f01ce

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.5.1
6+
7+
[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.5.0...v1.5.1)
8+
9+
### 🩹 Fixes
10+
11+
- **proxy:** Support lower-case environment variables too ([144996b](https://github.com/unjs/node-fetch-native/commit/144996b))
12+
13+
### 📦 Build
14+
15+
- Add backward compatible types for `/proxy` subpath export ([584ee24](https://github.com/unjs/node-fetch-native/commit/584ee24))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](http://github.com/pi0))
20+
521
## v1.5.0
622

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

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.0",
3+
"version": "1.5.1",
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": "[email protected]"
144-
}
144+
}

0 commit comments

Comments
 (0)