From c944b00359ee3dc075ad1210531224e481fdb13c Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 31 Mar 2018 22:23:00 +0430 Subject: [PATCH] chore(release): 5.2.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa177da..657288a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [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)) + + + ## [5.1.1](https://github.com/nuxt-community/axios-module/compare/v5.1.0...v5.1.1) (2018-03-06) diff --git a/package.json b/package.json index cc9058a..15d4858 100755 --- a/package.json +++ b/package.json @@ -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",