chore(release): 5.3.6

master
Pooya Parsa 2018-11-08 12:48:05 +03:30
parent 4a52bfdc81
commit 3600f88bbe
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,16 @@
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.
<a name="5.3.6"></a>
## [5.3.6](https://github.com/nuxt-community/axios-module/compare/v5.3.5...v5.3.6) (2018-11-08)
### Bug Fixes
* correctly ignore brotli encoding on server-side ([#180](https://github.com/nuxt-community/axios-module/issues/180)) ([4a52bfd](https://github.com/nuxt-community/axios-module/commit/4a52bfd))
<a name="5.3.5"></a>
## [5.3.5](https://github.com/nuxt-community/axios-module/compare/v5.3.4...v5.3.5) (2018-11-07)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxtjs/axios",
"version": "5.3.5",
"version": "5.3.6",
"description": "Secure and easy axios integration with Nuxt.js",
"license": "MIT",
"main": "lib/module.js",