diff --git a/CHANGELOG.md b/CHANGELOG.md index 4526e34..94fe074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.5.0](https://github.com/varletjs/axle/compare/v0.4.0...v0.5.0) (2024-01-02) + + +### Features + +* **use:** support resetValue method and cloneResetValue option ([e4e7bed](https://github.com/varletjs/axle/commit/e4e7bedf04c0ac99936a1136b4f61ae25699f234)) + + + # [0.4.0](https://github.com/varletjs/axle/compare/v0.3.5...v0.4.0) (2023-12-28) diff --git a/package.json b/package.json index a925b6b..9e8440f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.4.0", + "version": "0.5.0", "scripts": { "preinstall": "npx only-allow pnpm", "postinstall": "simple-git-hooks", diff --git a/packages/axle/package.json b/packages/axle/package.json index 5ef6dc4..d3c292a 100644 --- a/packages/axle/package.json +++ b/packages/axle/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/axle", - "version": "0.4.0", + "version": "0.5.0", "description": "Progressive request tool based on axios", "type": "module", "main": "lib/index.cjs", diff --git a/packages/playground/package.json b/packages/playground/package.json index 6fe164b..052a1ec 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@varlet/axle-playground", - "version": "0.4.0", + "version": "0.5.0", "type": "module", "scripts": { "dev": "vite & nodemon src/server.js",