From 7e4a0707e6665987c0429994ac029b367d02260e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 17 May 2021 20:42:24 +0200 Subject: [PATCH] chore(release): 5.13.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1880f..16fae21 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.3](https://github.com/nuxt-community/axios-module/compare/v5.13.2...v5.13.3) (2021-05-17) + + +### Bug Fixes + +* transpile defu ([cf1a03f](https://github.com/nuxt-community/axios-module/commit/cf1a03f99a2591bd60160292864b7e16f86eb5cf)), closes [unjs/defu#28](https://github.com/unjs/defu/issues/28) + ### [5.13.2](https://github.com/nuxt-community/axios-module/compare/v5.13.1...v5.13.2) (2021-05-17) ### [5.13.1](https://github.com/nuxt-community/axios-module/compare/v5.13.0...v5.13.1) (2021-02-08) diff --git a/package.json b/package.json index 0c8527f..2f0f381 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.13.2", + "version": "5.13.3", "description": "Secure and easy Axios integration with Nuxt.js", "repository": "nuxt-community/axios-module", "license": "MIT",