chore(release): 0.2.0

master v0.2.0
pooya parsa 2019-05-23 01:15:42 +04:30
parent fa4b94a48f
commit bf453e600e
2 changed files with 15 additions and 1 deletions

View File

@ -2,6 +2,20 @@
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.2.0](https://github.com/nuxt/http/compare/v0.1.2...v0.2.0) (2019-05-22)
### Bug Fixes
* lowercase `accept-encoding` header ([#43](https://github.com/nuxt/http/issues/43)) ([454807c](https://github.com/nuxt/http/commit/454807c))
### Features
* convert header names to lowercase ([#45](https://github.com/nuxt/http/issues/45)) ([7ad6645](https://github.com/nuxt/http/commit/7ad6645))
## [0.1.2](https://github.com/nuxt/http/compare/v0.1.1...v0.1.2) (2019-04-28)

View File

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