diff --git a/CHANGELOG.md b/CHANGELOG.md index 34cbb33..e6acef1 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-rc.0](https://github.com/nuxt-community/axios-module/compare/v5.0.0-alpha.1...v5.0.0-rc.0) (2018-01-28) + + +### Features + +* support proxy ([0d3be17](https://github.com/nuxt-community/axios-module/commit/0d3be17)) + + + # [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) diff --git a/package.json b/package.json index 8713078..cf06d36 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.0.0-alpha.1", + "version": "5.0.0-rc.0", "description": "Secure and easy axios integration with Nuxt.js", "license": "MIT", "main": "lib/module.js",