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",