chore(release): 5.2.0

master
Pooya Parsa 2018-03-31 22:23:00 +04:30
parent 4ec3b5dd0f
commit c944b00359
2 changed files with 16 additions and 1 deletions

View File

@ -2,6 +2,21 @@
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.2.0"></a>
# [5.2.0](https://github.com/nuxt-community/axios-module/compare/v5.1.1...v5.2.0) (2018-03-31)
### Bug Fixes
* **progress:** onProgress when currentRequests is zero ([#118](https://github.com/nuxt-community/axios-module/issues/118)) ([a90236e](https://github.com/nuxt-community/axios-module/commit/a90236e))
### Features
* consola integration ([4ec3b5d](https://github.com/nuxt-community/axios-module/commit/4ec3b5d))
<a name="5.1.1"></a>
## [5.1.1](https://github.com/nuxt-community/axios-module/compare/v5.1.0...v5.1.1) (2018-03-06)

View File

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