diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da791a..2004902 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. + +## [5.3.4](https://github.com/nuxt-community/axios-module/compare/v5.3.3...v5.3.4) (2018-10-30) + + + ## [5.3.3](https://github.com/nuxt-community/axios-module/compare/v5.3.2...v5.3.3) (2018-09-28) diff --git a/package.json b/package.json index a35408d..a85713c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.3.3", + "version": "5.3.4", "description": "Secure and easy axios integration with Nuxt.js", "license": "MIT", "main": "lib/module.js",