From a61b82bb877bc182a4d0cff5de2ed7ad39ce67da Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 1 Feb 2021 15:54:32 +0100 Subject: [PATCH] chore(release): 5.13.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d52660a..d416e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/nuxt-community/axios-module/compare/v5.12.5...v5.13.0) (2021-02-01) + + +### Features + +* support baseUrl and browserBaseUrl to handle casing typos ([8904847](https://github.com/nuxt-community/axios-module/commit/890484755c1897da8dd80c155fba2328c05f58f8)) + + +### Bug Fixes + +* add `x-forwarded-port` and `x-forwarded-proto` to `proxyHeaderIgnore` defaults ([#465](https://github.com/nuxt-community/axios-module/issues/465)) ([a1a1894](https://github.com/nuxt-community/axios-module/commit/a1a189486d63356433c939529d6e631f3fc9f923)) + ### [5.12.5](https://github.com/nuxt-community/axios-module/compare/v5.12.4...v5.12.5) (2021-01-04) diff --git a/package.json b/package.json index 20b8df6..9693300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/axios", - "version": "5.12.5", + "version": "5.13.0", "description": "Secure and easy Axios integration with Nuxt.js", "repository": "nuxt-community/axios-module", "license": "MIT",