From 178d9a05f8f7c5bdebc1fab0f9286936a216e16c Mon Sep 17 00:00:00 2001 From: suhaotian Date: Sat, 9 Mar 2024 19:08:56 +1100 Subject: [PATCH] chore: bump deps and Update changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f57720..f43b835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG 📝 +## v0.1.4 2024-03-09 + +- Feat(core): support `xiorInstance.defaults.headers['Authorization'] = 'Basic token';` + ## v0.1.3 2024-03-08 - Feat(core): add `isGet?: boolean` option diff --git a/package.json b/package.json index 539c812..b06241a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xior", - "version": "0.1.3", + "version": "0.1.4", "description": "A lite request lib based on **fetch** with plugins support, and axios similar API", "repository": "suhaotian/xior", "bugs": "https://github.com/suhaotian/xior/issues",