Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Dec 2, 2024
1 parent dc9330f commit f8cc225
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.9.4](https://github.com/varletjs/axle/compare/v0.9.3...v0.9.4) (2024-12-02)


### Features

* expose AxiosError class ([06ea121](https://github.com/varletjs/axle/commit/06ea121f5ffbd770d9be971ca88e71f58669439c))
* expose isAxiosError ([dc9330f](https://github.com/varletjs/axle/commit/dc9330fe3f14d0c1e9c53339434751f7e42151ec))



## [0.9.3](https://github.com/varletjs/axle/compare/v0.9.2...v0.9.3) (2024-11-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.9.3",
"version": "0.9.4",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
Expand Down
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.9.3",
"version": "0.9.4",
"description": "Progressive request tool based on axios",
"type": "module",
"main": "lib/index.cjs",
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.9.3",
"version": "0.9.4",
"type": "module",
"scripts": {
"dev": "vite & nodemon src/server.js",
Expand Down

0 comments on commit f8cc225

Please sign in to comment.