From 9e68bd89405815795b5e5c9c469aa2f77b579894 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Sat, 6 Jan 2024 18:18:59 +0800 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- packages/axle/package.json | 2 +- packages/playground/package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4d6ba..bfe0ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.6.0](https://github.com/varletjs/axle/compare/v0.5.2...v0.6.0) (2024-01-06) + + +### types + +* refactor runner generic types ([e168ef2](https://github.com/varletjs/axle/commit/e168ef2c17b2831d3e1df819016c315d09178912)) + + +### BREAKING CHANGES + +* The first generic parameter of runner is changed to response, and the second parameter is changed to params. + + + ## [0.5.2](https://github.com/varletjs/axle/compare/v0.5.1...v0.5.2) (2024-01-03) diff --git a/package.json b/package.json index 85cd843..b5aff9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.5.2", + "version": "0.6.0", "scripts": { "preinstall": "npx only-allow pnpm", "postinstall": "simple-git-hooks", diff --git a/packages/axle/package.json b/packages/axle/package.json index 07d1681..f5e9e81 100644 --- a/packages/axle/package.json +++ b/packages/axle/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/axle", - "version": "0.5.2", + "version": "0.6.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 7025adc..2da42a2 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@varlet/axle-playground", - "version": "0.5.2", + "version": "0.6.0", "type": "module", "scripts": { "dev": "vite & nodemon src/server.js",