Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Dec 3, 2024
1 parent f3846e0 commit ae9f134
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.10.0](https://github.com/varletjs/axle/compare/v0.9.5...v0.10.0) (2024-12-03)


### Features

* runner enhancement ([ec1bbab](https://github.com/varletjs/axle/commit/ec1bbab847fb22b0e120f08eb005533ad9563331))



## [0.9.5](https://github.com/varletjs/axle/compare/v0.9.4...v0.9.5) (2024-12-02)


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.5",
"version": "0.10.0",
"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.5",
"version": "0.10.0",
"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.5",
"version": "0.10.0",
"type": "module",
"scripts": {
"dev": "vite & nodemon src/server.js",
Expand Down

0 comments on commit ae9f134

Please sign in to comment.