File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ # [ 0.10.0] ( https://github.com/varletjs/axle/compare/v0.9.5...v0.10.0 ) (2024-12-03)
2
+
3
+
4
+ ### Features
5
+
6
+ * runner enhancement ([ ec1bbab] ( https://github.com/varletjs/axle/commit/ec1bbab847fb22b0e120f08eb005533ad9563331 ) )
7
+
8
+
9
+
1
10
## [ 0.9.5] ( https://github.com/varletjs/axle/compare/v0.9.4...v0.9.5 ) (2024-12-02)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"scripts" : {
5
5
"preinstall" : " npx only-allow pnpm" ,
6
6
"postinstall" : " simple-git-hooks" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @varlet/axle" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " Progressive request tool based on axios" ,
5
5
"type" : " module" ,
6
6
"main" : " lib/index.cjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @varlet/axle-playground" ,
4
- "version" : " 0.9.5 " ,
4
+ "version" : " 0.10.0 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite & nodemon src/server.js" ,
You can’t perform that action at this time.
0 commit comments