diff --git a/CHANGELOG.md b/CHANGELOG.md index 921200f..a8db50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. + +# [4.0.0](https://github.com/nuxt-community/axios-module/compare/v3.1.4...v4.0.0) (2017-08-30) + + +### Features + +* better baseURL message ([61432a1](https://github.com/nuxt-community/axios-module/commit/61432a1)) +* responseInterceptor and errorHandler ([b16d6bf](https://github.com/nuxt-community/axios-module/commit/b16d6bf)) +* upgrade for nuxt rc8 ([a341185](https://github.com/nuxt-community/axios-module/commit/a341185)) + + +### BREAKING CHANGES + +* app.axios is not available anymore (without $) should always use app.$axios + + + ## [3.1.4](https://github.com/nuxt-community/axios-module/compare/v3.1.3...v3.1.4) (2017-08-13) diff --git a/package.json b/package.json index 50d92aa..a9ccebe 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "3.1.4", + "version": "4.0.0", "description": "Secure and easy axios integration with Nuxt.js", "license": "MIT", "main": "lib/index.js",