Skip to content

Commit

Permalink
chore(release): v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 24, 2023
1 parent d2d7588 commit fa902a2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.0

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

### 🚀 Enhancements

- **proxy:** Export `fetch` and `createFetch` ([#108](https://github.com/unjs/node-fetch-native/pull/108))
- **proxy:** Support no_proxy ([#109](https://github.com/unjs/node-fetch-native/pull/109))

### 🩹 Fixes

- **proxy:** Update environment variable check order ([742d27e](https://github.com/unjs/node-fetch-native/commit/742d27e))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.5.1

[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.5.0...v1.5.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-fetch-native",
"version": "1.5.1",
"version": "1.6.0",
"description": "better fetch for Node.js. Works on any JavaScript runtime!",
"repository": "unjs/node-fetch-native",
"license": "MIT",
Expand Down Expand Up @@ -141,4 +141,4 @@
"vitest": "^1.1.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit fa902a2

Please sign in to comment.