Skip to content

Commit

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

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

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

### 🚀 Enhancements

- Http proxy util ([#106](https://github.com/unjs/node-fetch-native/pull/106))

### 🏡 Chore

- Update lockfile ([586fde5](https://github.com/unjs/node-fetch-native/commit/586fde5))
- Update readme ([f6dd60d](https://github.com/unjs/node-fetch-native/commit/f6dd60d))
- Update description ([faea9f8](https://github.com/unjs/node-fetch-native/commit/faea9f8))

### ❤️ Contributors

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

## v1.4.1

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

0 comments on commit 6ba95a6

Please sign in to comment.