From 225903871048428e9413f43caa159dafb21a93cd Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Thu, 23 May 2019 15:58:43 +0430 Subject: [PATCH] chore(release): 5.5.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005cb4e..56049b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.5.1](https://github.com/nuxt-community/axios-module/compare/v5.5.0...v5.5.1) (2019-05-23) + + +### Bug Fixes + +* don't toLowerCase headers for `setHeader` and `setToken` ([#250](https://github.com/nuxt-community/axios-module/issues/250)) ([93469f0](https://github.com/nuxt-community/axios-module/commit/93469f0)) + + + # [5.5.0](https://github.com/nuxt-community/axios-module/compare/v5.4.2...v5.5.0) (2019-05-22) diff --git a/package.json b/package.json index a0e2362..03d1d5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.5.0", + "version": "5.5.1", "description": "Secure and easy axios integration with Nuxt.js", "license": "MIT", "contributors": [