diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e635de..b51e012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.3.4](https://github.com/nuxt/http/compare/v0.3.3...v0.3.4) (2019-08-12) + + +### Bug Fixes + +* **types:** replace `JSONValue import from ky to `unknown` ([#63](https://github.com/nuxt/http/issues/63)) ([aff7a35](https://github.com/nuxt/http/commit/aff7a35)) + + + ## [0.3.3](https://github.com/nuxt/http/compare/v0.3.2...v0.3.3) (2019-07-24) diff --git a/package.json b/package.json index 26899c2..544e30d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/http", - "version": "0.3.3", + "version": "0.3.4", "description": "Universal HTTP Module for Nuxt.js", "license": "MIT", "author": "Pooya Parsa ",