diff --git a/CHANGELOG.md b/CHANGELOG.md index 21cf9f7..34cbb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [5.0.0-alpha.1](https://github.com/nuxt-community/axios-module/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2018-01-28) + + +### Features + +* integrate with nuxt progress bar ([41a0964](https://github.com/nuxt-community/axios-module/commit/41a0964)) + + + # [5.0.0-alpha.0](https://github.com/nuxt-community/axios-module/compare/v4.5.2...v5.0.0-alpha.0) (2018-01-28) diff --git a/package.json b/package.json index 846d185..9911dd2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.0.0-alpha.0", + "version": "5.0.0-alpha.1", "description": "Secure and easy axios integration with Nuxt.js", "license": "MIT", "main": "lib/module.js",