From e524419e20e22b24c0ba1066a919a697b840612e Mon Sep 17 00:00:00 2001 From: suhaotian Date: Thu, 29 Feb 2024 18:32:45 +1100 Subject: [PATCH] chore: add changelog and bump version to 0.0.8 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8eb22b..a31ad52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG 📝 +## v0.0.8 2024-02-29 + +- feat(core): compatiable axios's options: `paramsSerializer` and `withCredentials` + ## v0.0.7 2024-02-27 - feat(core): suport nested object paramaters in default diff --git a/package.json b/package.json index 84a4ce0..3b633f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xior", - "version": "0.0.7", + "version": "0.0.8", "description": "Axios similiar API request library based on fetch and support plugins", "repository": "suhaotian/xior", "bugs": "https://github.com/suhaotian/xior/issues",