From db88012a0b5e279d0fe1b55b670ec184a22abe77 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 29 Dec 2017 19:21:42 +0330 Subject: [PATCH] chore(release): 4.5.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61eddbd..38adaf5 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.5.1](https://github.com/nuxt-community/axios-module/compare/v4.5.0...v4.5.1) (2017-12-29) + + + # [4.5.0](https://github.com/nuxt-community/axios-module/compare/v4.4.0...v4.5.0) (2017-11-16) diff --git a/package.json b/package.json index 5d88664..7a60176 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "4.5.0", + "version": "4.5.1", "description": "Secure and easy axios integration with Nuxt.js", "license": "MIT", "main": "lib/index.js",