diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3fb29b..af0c7c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.3.1 + +[compare changes](https://github.com/unjs/ofetch/compare/v1.3.0...v1.3.1) + +### 🏡 Chore + +- Update dependencies ([c72976f](https://github.com/unjs/ofetch/commit/c72976f)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.3.0 [compare changes](https://github.com/unjs/ofetch/compare/v1.2.1...v1.3.0) diff --git a/package.json b/package.json index f74e1f4c..c63ed295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ofetch", - "version": "1.3.0", + "version": "1.3.1", "description": "A better fetch API. Works on node, browser and workers.", "repository": "unjs/ofetch", "license": "MIT",