chore(release): 0.1.1

master v0.1.1
pooya parsa 2019-04-18 20:35:32 +04:30
parent 15274cbee1
commit fde5cd0d18
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.1.1](https://github.com/nuxt/http/compare/v0.1.0...v0.1.1) (2019-04-18)
### Bug Fixes
* correctly handle `proxyHeaders: false` ([#17](https://github.com/nuxt/http/issues/17)) ([15274cb](https://github.com/nuxt/http/commit/15274cb))
# [0.1.0](https://github.com/nuxt/http/compare/v5.4.1...v0.1.0) (2019-04-09)

View File

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