Skip to content

Commit 5cc16a0

Browse files
committedMar 21, 2024·
chore(release): v1.3.4
1 parent fa2cc07 commit 5cc16a0

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed
 

‎CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
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.3.4
6+
7+
[compare changes](https://github.com/unjs/ofetch/compare/v1.3.3...v1.3.4)
8+
9+
### 🚀 Enhancements
10+
11+
- Export all types ([#280](https://github.com/unjs/ofetch/pull/280))
12+
- Expose `GlobalOptions` type ([#307](https://github.com/unjs/ofetch/pull/307))
13+
14+
### 🩹 Fixes
15+
16+
- Clear abort timeout after response was received ([#369](https://github.com/unjs/ofetch/pull/369))
17+
18+
### 💅 Refactors
19+
20+
- Remove extra line ([#374](https://github.com/unjs/ofetch/pull/374))
21+
22+
### 📖 Documentation
23+
24+
- Add initial examples ([#288](https://github.com/unjs/ofetch/pull/288))
25+
26+
### 📦 Build
27+
28+
- Add top level `react-native` field ([03680dd](https://github.com/unjs/ofetch/commit/03680dd))
29+
30+
### 🏡 Chore
31+
32+
- **release:** V1.3.3 ([31c61c1](https://github.com/unjs/ofetch/commit/31c61c1))
33+
- Update dependencies ([308f03f](https://github.com/unjs/ofetch/commit/308f03f))
34+
- Ignore conflicting ts error for now ([3a73165](https://github.com/unjs/ofetch/commit/3a73165))
35+
- Improve docs ([173d5b9](https://github.com/unjs/ofetch/commit/173d5b9))
36+
- Remove lagon ([#346](https://github.com/unjs/ofetch/pull/346))
37+
- Update lockfile ([4b6d1ba](https://github.com/unjs/ofetch/commit/4b6d1ba))
38+
- Fix build error ([472c4d9](https://github.com/unjs/ofetch/commit/472c4d9))
39+
- Update node-fetch-native ([fa2cc07](https://github.com/unjs/ofetch/commit/fa2cc07))
40+
41+
### ❤️ Contributors
42+
43+
- Pooya Parsa ([@pi0](http://github.com/pi0))
44+
- Alex Liu ([@Mini-ghost](http://github.com/Mini-ghost))
45+
- Danila Rodichkin ([@daniluk4000](http://github.com/daniluk4000))
46+
- Maxime Pauvert ([@maximepvrt](http://github.com/maximepvrt))
47+
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes))
48+
- Saman <bounoable@gmail.com>
49+
550
## v1.3.3
651

752
[compare changes](https://github.com/unjs/ofetch/compare/v1.3.2...v1.3.3)

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ofetch",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "A better fetch API. Works on node, browser and workers.",
55
"repository": "unjs/ofetch",
66
"license": "MIT",
@@ -92,4 +92,4 @@
9292
"vitest": "^1.4.0"
9393
},
9494
"packageManager": "pnpm@8.15.5"
95-
}
95+
}

0 commit comments

Comments
 (0)
Please sign in to comment.