From 3759157d68d23ebd21028e5b1fbd716b5da26bac Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 18 May 2021 09:27:31 +0200 Subject: [PATCH] chore(release): 5.13.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fae21..0425190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.13.4](https://github.com/nuxt-community/axios-module/compare/v5.13.3...v5.13.4) (2021-05-18) + + +### Bug Fixes + +* `build.transpile` guard for nuxt@1.x (fixes [#498](https://github.com/nuxt-community/axios-module/issues/498)) ([66d56ab](https://github.com/nuxt-community/axios-module/commit/66d56ab8adbb50b470bc298d27bcd1a6820ab958)) + ### [5.13.3](https://github.com/nuxt-community/axios-module/compare/v5.13.2...v5.13.3) (2021-05-17) diff --git a/package.json b/package.json index 2f0f381..abe7dea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.13.3", + "version": "5.13.4", "description": "Secure and easy Axios integration with Nuxt.js", "repository": "nuxt-community/axios-module", "license": "MIT",