Skip to content

Commit 4111ad9

Browse files
committed
chore(release): v2.0.0-alpha.3
1 parent 07403b3 commit 4111ad9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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+
## v2.0.0-alpha.3
6+
7+
[compare changes](https://github.com/unjs/ofetch/compare/v2.0.0-alpha.2...v2.0.0-alpha.3)
8+
9+
### 📦 Build
10+
11+
- Fix exports field ([07403b3](https://github.com/unjs/ofetch/commit/07403b3))
12+
13+
### ❤️ Contributors
14+
15+
- Pooya Parsa ([@pi0](https://github.com/pi0))
16+
517
## v2.0.0-alpha.2
618

719
[compare changes](https://github.com/unjs/ofetch/compare/v2.0.0-alpha.1...v2.0.0-alpha.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ofetch",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.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)