Skip to content

Commit 9ab8d1c

Browse files
committed
v0.9.1
1 parent 9fff7f7 commit 9ab8d1c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.9.1](https://github.com/varletjs/axle/compare/v0.9.0...v0.9.1) (2024-11-08)
2+
3+
4+
15
# [0.9.0](https://github.com/varletjs/axle/compare/v0.8.0...v0.9.0) (2024-09-27)
26

37

package.json

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

0 commit comments

Comments
 (0)