diff --git a/CHANGELOG.md b/CHANGELOG.md index c84af4ad..1abd3a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b7854394..44b2f0e6 100644 --- a/package.json +++ b/package.json @@ -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", @@ -91,4 +91,4 @@ "vitest": "^0.34.2" }, "packageManager": "pnpm@8.6.12" -} +} \ No newline at end of file