From 2796fa408421277267e9ef5d332e3a72d53f5e50 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 2 Jun 2021 15:12:47 +0200 Subject: [PATCH] chore(release): 5.13.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c805b..9e1aa6d 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.6](https://github.com/nuxt-community/axios-module/compare/v5.13.5...v5.13.6) (2021-06-02) + + +### Bug Fixes + +* setHeader function returns after the first scope element ([#507](https://github.com/nuxt-community/axios-module/issues/507)) ([cb5e29d](https://github.com/nuxt-community/axios-module/commit/cb5e29dc61a22c6b45b90c245552f1fa2cb5719b)) + ### [5.13.5](https://github.com/nuxt-community/axios-module/compare/v5.13.4...v5.13.5) (2021-05-26) diff --git a/package.json b/package.json index baf82ef..087beff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.13.5", + "version": "5.13.6", "description": "Secure and easy Axios integration with Nuxt.js", "repository": "nuxt-community/axios-module", "license": "MIT",