diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f1e75..73d2dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [0.4.6](https://github.com/unjs/ohmyfetch/compare/v0.4.5...v0.4.6) (2021-11-10) + + +### Bug Fixes + +* add check for using `Error.captureStackTrace` ([#27](https://github.com/unjs/ohmyfetch/issues/27)) ([0c55e1e](https://github.com/unjs/ohmyfetch/commit/0c55e1ec1bf21fcb3a7fc6ed570956b4dfba80d5)) +* remove baseurl append on retry ([#25](https://github.com/unjs/ohmyfetch/issues/25)) ([7e1b54d](https://github.com/unjs/ohmyfetch/commit/7e1b54d1363ba3f5fe57fe8089babab921a8e9ea)) + ### [0.4.5](https://github.com/unjs/ohmyfetch/compare/v0.4.4...v0.4.5) (2021-11-05) diff --git a/package.json b/package.json index 74fb632..259ee00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ohmyfetch", - "version": "0.4.5", + "version": "0.4.6", "description": "oh-my-fetch", "repository": "unjs/ohmyfetch", "license": "MIT",