Skip to content

Commit

Permalink
v0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Dec 15, 2023
1 parent c245d34 commit b44a5f8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.2.18](https://github.com/varletjs/axle/compare/v0.2.17...v0.2.18) (2023-12-15)


### Bug Fixes

* clone ctx fields ([03ed3db](https://github.com/varletjs/axle/commit/03ed3db94fcd9bc824064eee476daa64805e4d82))


### Features

* support requestMd5Interceptor ([313ae02](https://github.com/varletjs/axle/commit/313ae022acb81dd6869c4a06a412a9947ea9fbe5))



## [0.2.17](https://github.com/varletjs/axle/compare/v0.2.16...v0.2.17) (2023-12-09)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.2.17",
"version": "0.2.18",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
Expand Down Expand Up @@ -45,4 +45,4 @@
"object.values": "npm:@nolyfill/object.values@latest"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/axle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/axle",
"version": "0.2.17",
"version": "0.2.18",
"description": "Progressive request tool based on axios",
"type": "module",
"main": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@varlet/axle-playground",
"version": "0.2.17",
"version": "0.2.18",
"type": "module",
"scripts": {
"dev": "vite & nodemon src/server.js",
Expand Down

0 comments on commit b44a5f8

Please sign in to comment.