diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c0e38a..6f5d885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.3.1](https://github.com/nuxt-community/axios-module/compare/v4.3.0...v4.3.1) (2017-09-28) + + + # [4.3.0](https://github.com/nuxt-community/axios-module/compare/v4.2.1...v4.3.0) (2017-09-11) diff --git a/package.json b/package.json index 7c8f837..37ed0ce 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "4.3.0", + "version": "4.3.1", "description": "Secure and easy axios integration with Nuxt.js", "license": "MIT", "main": "lib/index.js",