From 6498923e9a600f8d09354c293251e8a6418ff9c5 Mon Sep 17 00:00:00 2001 From: zjx0905 <954270063@qq.com> Date: Sun, 13 Aug 2023 10:22:29 +0800 Subject: [PATCH] chore: release v2.6.0 --- CHANGELOG.md | 14 ++++++++++++++ src/version.ts | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f919f25..82ac71f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.6.0](https://github.com/zjxxxxxxxxx/axios-miniprogram/compare/v2.5.0...v2.6.0) (2023-08-13) + + +### Features + +* 废弃 fork API ([a04f833](https://github.com/zjxxxxxxxxx/axios-miniprogram/commit/a04f833d917cb07c3bd95678260971194179def0)) + + +### BREAKING CHANGES + +* axios.fork() 已废弃 + + + # [2.5.0](https://github.com/zjxxxxxxxxx/axios-miniprogram/compare/v2.4.2...v2.5.0) (2023-06-04) diff --git a/src/version.ts b/src/version.ts index 93c0fcd..7733a5b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '2.5.0'; +export const version = '2.6.0';