Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Sep 27, 2024
1 parent b85080f commit f2b9fcc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.9.0](https://github.com/varletjs/axle/compare/v0.8.0...v0.9.0) (2024-09-27)


### Features

* support create api ([018e7c6](https://github.com/varletjs/axle/commit/018e7c6fff34b6c8dda355775076189d62c5eb4c))


### BREAKING CHANGES

* createUseAxle immediate option default value changed to true



# [0.8.0](https://github.com/varletjs/axle/compare/v0.7.1...v0.8.0) (2024-08-07)


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

0 comments on commit f2b9fcc

Please sign in to comment.