From a9e4867587cd60a25aca441159938495d41755c9 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 26 May 2021 20:53:04 +0200 Subject: [PATCH] chore(release): 5.13.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0425190..a4c805b 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.5](https://github.com/nuxt-community/axios-module/compare/v5.13.4...v5.13.5) (2021-05-26) + + +### Bug Fixes + +* only transpile defu for client bundle (resolves [#501](https://github.com/nuxt-community/axios-module/issues/501)) ([ec2eb0a](https://github.com/nuxt-community/axios-module/commit/ec2eb0ae8642aaa3f3e51505f4ec86b699d09d90)) + ### [5.13.4](https://github.com/nuxt-community/axios-module/compare/v5.13.3...v5.13.4) (2021-05-18) diff --git a/package.json b/package.json index abe7dea..baf82ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.13.4", + "version": "5.13.5", "description": "Secure and easy Axios integration with Nuxt.js", "repository": "nuxt-community/axios-module", "license": "MIT",