From 84b5aa893cfaf7bd2b586792b0037c6f495a2b66 Mon Sep 17 00:00:00 2001 From: Panpan Date: Mon, 6 Jan 2025 14:25:40 +0800 Subject: [PATCH] chore: release v0.20.0 --- CHANGELOG.md | 14 ++++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 14 ++++++++++++++ packages/core/package.json | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be70e4c..1d5324b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.0](https://github.com/uni-helper/uni-network/compare/v0.19.3...v0.20.0) (2025-01-06) + +### ⚠ BREAKING CHANGES + +* improve error handling (#56) + +### Features + +* improve error handling ([#56](https://github.com/uni-helper/uni-network/issues/56)) ([0b6aa80](https://github.com/uni-helper/uni-network/commit/0b6aa80afa231cce891e288c309d278bf86fd7f4)) - by @peerless-hero + +### Bug Fixes + +* syntax error on ios, axios/axios[#6608](https://github.com/uni-helper/uni-network/issues/6608) ([2f51786](https://github.com/uni-helper/uni-network/commit/2f51786702e6f0c69930002356941fce8f1db2c7)) - by @ + ## [0.19.3](https://github.com/uni-helper/uni-network/compare/v0.19.2...v0.19.3) (2024-09-20) ### Features diff --git a/lerna.json b/lerna.json index 3354a2e..97be672 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "0.19.3", + "version": "0.20.0", "npmClient": "pnpm", "packages": [ "packages/*" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b8f333a..b58d37b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.0](https://github.com/uni-helper/uni-network/compare/v0.19.3...v0.20.0) (2025-01-06) + +### ⚠ BREAKING CHANGES + +* improve error handling (#56) + +### Features + +* improve error handling ([#56](https://github.com/uni-helper/uni-network/issues/56)) ([0b6aa80](https://github.com/uni-helper/uni-network/commit/0b6aa80afa231cce891e288c309d278bf86fd7f4)) - by @peerless-hero + +### Bug Fixes + +* syntax error on ios, axios/axios[#6608](https://github.com/uni-helper/uni-network/issues/6608) ([2f51786](https://github.com/uni-helper/uni-network/commit/2f51786702e6f0c69930002356941fce8f1db2c7)) - by @ + ## [0.19.3](https://github.com/uni-helper/uni-network/compare/v0.19.2...v0.19.3) (2024-09-20) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index 47f7b80..7441593 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@uni-helper/uni-network", - "version": "0.19.3", + "version": "0.20.0", "description": "为 uni-app 打造的基于 Promise 的 HTTP 客户端", "keywords": [ "uni-app",