chore(release): 0.1.2

master v0.1.2
pooya parsa 2019-04-28 21:57:33 +04:30
parent 713535f17f
commit 463eccbb19
2 changed files with 10 additions and 1 deletions

View File

@ -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. 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) ## [0.1.1](https://github.com/nuxt/http/compare/v0.1.0...v0.1.1) (2019-04-18)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/http", "name": "@nuxt/http",
"version": "0.1.1", "version": "0.1.2",
"description": "Universal HTTP Module for Nuxt.js", "description": "Universal HTTP Module for Nuxt.js",
"license": "MIT", "license": "MIT",
"author": "Pooya Parsa <pooya@pi0.ir>", "author": "Pooya Parsa <pooya@pi0.ir>",