Skip to content

Commit

Permalink
chore(release): v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 21, 2024
1 parent ff7f506 commit c0c69a7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

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

### 📦 Build

- Remove `node> require` condition for `/proxy` subpath ([ff7f506](https://github.com/unjs/node-fetch-native/commit/ff7f506))

### ❤️ Contributors

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

## v1.6.3

[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.6.2...v1.6.3)
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.6.3",
"version": "1.6.4",
"description": "better fetch for Node.js. Works on any JavaScript runtime!",
"repository": "unjs/node-fetch-native",
"license": "MIT",
Expand Down Expand Up @@ -135,4 +135,4 @@
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.15.5"
}
}

0 comments on commit c0c69a7

Please sign in to comment.