Skip to content

Commit

Permalink
chore(release): v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 22, 2023
1 parent 4081170 commit bb98cb5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

[compare changes](https://github.com/unjs/ofetch/compare/v1.2.0...v1.2.1)

### 📦 Build

- Add missing `node` export condition ([4081170](https://github.com/unjs/ofetch/commit/4081170))

### 🏡 Chore

- Update dependencies ([d18584d](https://github.com/unjs/ofetch/commit/d18584d))

### ✅ Tests

- Speedup with background close ([567fb35](https://github.com/unjs/ofetch/commit/567fb35))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.2.0

[compare changes](https://github.com/unjs/ofetch/compare/v1.1.1...v1.2.0)
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.2.0",
"version": "1.2.1",
"description": "A better fetch API. Works on node, browser and workers.",
"repository": "unjs/ofetch",
"license": "MIT",
Expand Down Expand Up @@ -91,4 +91,4 @@
"vitest": "^0.34.2"
},
"packageManager": "pnpm@8.6.12"
}
}

0 comments on commit bb98cb5

Please sign in to comment.