Skip to content

Commit f8cc225

Browse files
committed
v0.9.4
1 parent dc9330f commit f8cc225

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.9.4](https://github.com/varletjs/axle/compare/v0.9.3...v0.9.4) (2024-12-02)
2+
3+
4+
### Features
5+
6+
* expose AxiosError class ([06ea121](https://github.com/varletjs/axle/commit/06ea121f5ffbd770d9be971ca88e71f58669439c))
7+
* expose isAxiosError ([dc9330f](https://github.com/varletjs/axle/commit/dc9330fe3f14d0c1e9c53339434751f7e42151ec))
8+
9+
10+
111
## [0.9.3](https://github.com/varletjs/axle/compare/v0.9.2...v0.9.3) (2024-11-13)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",
66
"postinstall": "simple-git-hooks",

packages/axle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/axle",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Progressive request tool based on axios",
55
"type": "module",
66
"main": "lib/index.cjs",

packages/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@varlet/axle-playground",
4-
"version": "0.9.3",
4+
"version": "0.9.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite & nodemon src/server.js",

0 commit comments

Comments
 (0)