From 463eccbb19533ca2668acd79f2a501e0f752aec5 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Sun, 28 Apr 2019 21:57:33 +0430 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b5f8a..582bb58 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.1.2](https://github.com/nuxt/http/compare/v0.1.1...v0.1.2) (2019-04-28) + + +### Bug Fixes + +* **types:** add missing `JSONValue` import ([#28](https://github.com/nuxt/http/issues/28)) ([60e3370](https://github.com/nuxt/http/commit/60e3370)) + + + ## [0.1.1](https://github.com/nuxt/http/compare/v0.1.0...v0.1.1) (2019-04-18) diff --git a/package.json b/package.json index 549bddb..21af989 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/http", - "version": "0.1.1", + "version": "0.1.2", "description": "Universal HTTP Module for Nuxt.js", "license": "MIT", "author": "Pooya Parsa ",