diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ddf0fc..7b1886f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.8](https://github.com/unjs/ohmyfetch/compare/v0.4.7...v0.4.8) (2021-11-22) + + +### Bug Fixes + +* add accept header when using json payload ([#30](https://github.com/unjs/ohmyfetch/issues/30)) ([662145f](https://github.com/unjs/ohmyfetch/commit/662145f8b74a18ba7d07e8eb6f3fd1af91941a22)) + ### [0.4.7](https://github.com/unjs/ohmyfetch/compare/v0.4.6...v0.4.7) (2021-11-18) diff --git a/package.json b/package.json index 7c323722..9e424d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ohmyfetch", - "version": "0.4.7", + "version": "0.4.8", "description": "oh-my-fetch", "repository": "unjs/ohmyfetch", "license": "MIT",