From f19d7bbc94bd929dcc958fd4c517d3f4e8022c42 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 28 Sep 2018 21:07:35 +0330 Subject: [PATCH] chore(release): 5.3.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6a39b..1da791a 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.3.3](https://github.com/nuxt-community/axios-module/compare/v5.3.2...v5.3.3) (2018-09-28) + + +### Bug Fixes + +* **package:** add missing types from index.d.ts ([3a06503](https://github.com/nuxt-community/axios-module/commit/3a06503)) + + + ## [5.3.2](https://github.com/nuxt-community/axios-module/compare/v5.3.1...v5.3.2) (2018-09-21) diff --git a/package.json b/package.json index 88e7c24..ba2b160 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.3.2", + "version": "5.3.3", "description": "Secure and easy axios integration with Nuxt.js", "license": "MIT", "main": "lib/module.js",