From ae1b398c8359c43e3225d4a2e8bb702178792b8b Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 14 Dec 2020 18:24:17 +0100 Subject: [PATCH] chore(release): 5.12.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90939b3..64410db 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.12.4](https://github.com/nuxt-community/axios-module/compare/v5.12.3...v5.12.4) (2020-12-14) + + +### Bug Fixes + +* preserve default headers with custom headers ([#452](https://github.com/nuxt-community/axios-module/issues/452)) ([55f994f](https://github.com/nuxt-community/axios-module/commit/55f994f1627798f36174a14edd28fe7a5e4e70e7)) + ### [5.12.3](https://github.com/nuxt-community/axios-module/compare/v5.12.2...v5.12.3) (2020-11-30) diff --git a/package.json b/package.json index 291c283..b20c6ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.12.3", + "version": "5.12.4", "description": "Secure and easy Axios integration with Nuxt.js", "repository": "nuxt-community/axios-module", "license": "MIT",