Skip to content

Commit

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

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

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

### 🚀 Enhancements

- Export all types ([#280](https://github.com/unjs/ofetch/pull/280))
- Expose `GlobalOptions` type ([#307](https://github.com/unjs/ofetch/pull/307))

### 🩹 Fixes

- Clear abort timeout after response was received ([#369](https://github.com/unjs/ofetch/pull/369))

### 💅 Refactors

- Remove extra line ([#374](https://github.com/unjs/ofetch/pull/374))

### 📖 Documentation

- Add initial examples ([#288](https://github.com/unjs/ofetch/pull/288))

### 📦 Build

- Add top level `react-native` field ([03680dd](https://github.com/unjs/ofetch/commit/03680dd))

### 🏡 Chore

- **release:** V1.3.3 ([31c61c1](https://github.com/unjs/ofetch/commit/31c61c1))
- Update dependencies ([308f03f](https://github.com/unjs/ofetch/commit/308f03f))
- Ignore conflicting ts error for now ([3a73165](https://github.com/unjs/ofetch/commit/3a73165))
- Improve docs ([173d5b9](https://github.com/unjs/ofetch/commit/173d5b9))
- Remove lagon ([#346](https://github.com/unjs/ofetch/pull/346))
- Update lockfile ([4b6d1ba](https://github.com/unjs/ofetch/commit/4b6d1ba))
- Fix build error ([472c4d9](https://github.com/unjs/ofetch/commit/472c4d9))
- Update node-fetch-native ([fa2cc07](https://github.com/unjs/ofetch/commit/fa2cc07))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Alex Liu ([@Mini-ghost](http://github.com/Mini-ghost))
- Danila Rodichkin ([@daniluk4000](http://github.com/daniluk4000))
- Maxime Pauvert ([@maximepvrt](http://github.com/maximepvrt))
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes))
- Saman <[email protected]>

## v1.3.3

[compare changes](https://github.com/unjs/ofetch/compare/v1.3.2...v1.3.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": "ofetch",
"version": "1.3.3",
"version": "1.3.4",
"description": "A better fetch API. Works on node, browser and workers.",
"repository": "unjs/ofetch",
"license": "MIT",
Expand Down Expand Up @@ -92,4 +92,4 @@
"vitest": "^1.4.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 5cc16a0

Please sign in to comment.