diff --git a/CHANGELOG.md b/CHANGELOG.md index fb72dab..379c1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.1.1 + +[compare changes](https://github.com/unjs/ofetch/compare/v1.1.0...v1.1.1) + + +### 🏡 Chore + + - Update dev dependencies ([8fc7d96](https://github.com/unjs/ofetch/commit/8fc7d96)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.1.0 [compare changes](https://github.com/unjs/ofetch/compare/v1.0.1...v1.1.0) diff --git a/package.json b/package.json index ebfadc2..cfec9c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ofetch", - "version": "1.1.0", + "version": "1.1.1", "description": "A better fetch API. Works on node, browser and workers.", "repository": "unjs/ofetch", "license": "MIT", @@ -76,4 +76,4 @@ "vitest": "^0.32.2" }, "packageManager": "pnpm@8.6.2" -} +} \ No newline at end of file