Skip to content

Commit

Permalink
chore: bump to v0.3.5 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Mar 29, 2024
1 parent 1c8f430 commit 1e10096
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG 📝

## v0.3.5 2024/03/30

- feat(plugin): add `onDedupe` to dedupe plugin for logging purpose

## v0.3.2 2024/03/30

- feat: reduce build size use common `xior/utils`
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.3.4",
"version": "0.3.5",
"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",
Expand Down
2 changes: 1 addition & 1 deletion src/xior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class xior {
static create(options?: XiorRequestConfig): XiorInstance {
return new xior(options);
}
static VERSION = '0.3.4';
static VERSION = '0.3.5';

config?: XiorRequestConfig;
defaults: XiorInterceptorRequestConfig;
Expand Down

0 comments on commit 1e10096

Please sign in to comment.