Skip to content

Commit 6e6bd86

Browse files
committed
chore(release): v1.4.1
1 parent 3617666 commit 6e6bd86

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.4.1
6+
7+
[compare changes](https://github.com/unjs/ofetch/compare/v1.4.0...v1.4.1)
8+
9+
### 🩹 Fixes
10+
11+
- Remove undefined `method` and `query`/`params` from fetch options ([#451](https://github.com/unjs/ofetch/pull/451))
12+
- Use `response._bodyInit` as fallback for react-native and qq ([#398](https://github.com/unjs/ofetch/pull/398))
13+
14+
### 🏡 Chore
15+
16+
- **examples:** Fix typos ([#450](https://github.com/unjs/ofetch/pull/450))
17+
- Update dependencies ([caaf04d](https://github.com/unjs/ofetch/commit/caaf04d))
18+
- Update eslint config ([b4c9990](https://github.com/unjs/ofetch/commit/b4c9990))
19+
20+
### ✅ Tests
21+
22+
- Fix typo ([#448](https://github.com/unjs/ofetch/pull/448))
23+
24+
### ❤️ Contributors
25+
26+
- Joshua Sosso ([@joshmossas](http://github.com/joshmossas))
27+
- Pooya Parsa ([@pi0](http://github.com/pi0))
28+
- @beer ([@iiio2](http://github.com/iiio2))
29+
- Cooper Roper <[email protected]>
30+
531
## v1.4.0
632

733
[compare changes](https://github.com/unjs/ofetch/compare/v1.3.4...v1.4.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ofetch",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "A better fetch API. Works on node, browser and workers.",
55
"repository": "unjs/ofetch",
66
"license": "MIT",

0 commit comments

Comments
 (0)