Skip to content

Commit 31c61c1

Browse files
committedAug 25, 2023
chore(release): v1.3.3
1 parent 051ef83 commit 31c61c1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3
6+
7+
[compare changes](https://github.com/unjs/ofetch/compare/v1.3.2...v1.3.3)
8+
9+
### 🩹 Fixes
10+
11+
- Augment `FetchError` type to include `IFetchError` ([#279](https://github.com/unjs/ofetch/pull/279))
12+
13+
### ❤️ Contributors
14+
15+
- Johann Schopplich ([@johannschopplich](http://github.com/johannschopplich))
16+
517
## v1.3.2
618

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

Diff for: ‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.