Skip to content

Commit

Permalink
chore: add changelog and bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Feb 29, 2024
1 parent bad2516 commit e524419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e524419

Please sign in to comment.