Skip to content

Commit

Permalink
chore(release): 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 10, 2021
1 parent 0c55e1e commit 4ab7022
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ohmyfetch",
"version": "0.4.5",
"version": "0.4.6",
"description": "oh-my-fetch",
"repository": "unjs/ohmyfetch",
"license": "MIT",
Expand Down

0 comments on commit 4ab7022

Please sign in to comment.