chore(release): 0.3.2

master v0.3.2
pooya parsa 2019-06-05 16:14:23 +04:30
parent 185dabbef9
commit 06c582768b
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.
## [0.3.2](https://github.com/nuxt/http/compare/v0.3.1...v0.3.2) (2019-06-05)
### Bug Fixes
* ignore content-length header ([185dabb](https://github.com/nuxt/http/commit/185dabb))
## [0.3.1](https://github.com/nuxt/http/compare/v0.3.0...v0.3.1) (2019-05-30)

View File

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