Skip to content

Commit ae9f134

Browse files
committed
v0.10.0
1 parent f3846e0 commit ae9f134

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
## [0.9.5](https://github.com/varletjs/axle/compare/v0.9.4...v0.9.5) (2024-12-02)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.9.5",
3+
"version": "0.10.0",
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.5",
3+
"version": "0.10.0",
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.5",
4+
"version": "0.10.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite & nodemon src/server.js",

0 commit comments

Comments
 (0)