|
2 | 2 |
|
3 | 3 | 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.
|
4 | 4 |
|
| 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 | + |
5 | 50 | ## v1.3.3
|
6 | 51 |
|
7 | 52 | [compare changes](https://github.com/unjs/ofetch/compare/v1.3.2...v1.3.3)
|
|
0 commit comments