Skip to content

Commit 92fd48c

Browse files
committed
chore: release v0.21.5
1 parent 70502c5 commit 92fd48c

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.21.5](https://github.com/uni-helper/uni-network/compare/v0.21.4...v0.21.5) (2025-07-24)
7+
8+
### Bug Fixes
9+
10+
* allow no instanceConfig and use {} ([ed30fd3](https://github.com/uni-helper/uni-network/commit/ed30fd3bc9814b34233f3a0fdf5685114ed895df)) - by @
11+
612
## [0.21.4](https://github.com/uni-helper/uni-network/compare/v0.21.3...v0.21.4) (2025-07-24)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.21.4",
3+
"version": "0.21.5",
44
"npmClient": "pnpm",
55
"packages": [
66
"packages/*"

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.21.5](https://github.com/uni-helper/uni-network/compare/v0.21.4...v0.21.5) (2025-07-24)
7+
8+
### Bug Fixes
9+
10+
* allow no instanceConfig and use {} ([ed30fd3](https://github.com/uni-helper/uni-network/commit/ed30fd3bc9814b34233f3a0fdf5685114ed895df)) - by @
11+
612
## [0.21.4](https://github.com/uni-helper/uni-network/compare/v0.21.3...v0.21.4) (2025-07-24)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uni-helper/uni-network",
3-
"version": "0.21.4",
3+
"version": "0.21.5",
44
"description": "为 uni-app 打造的基于 Promise 的 HTTP 客户端",
55
"keywords": [
66
"uni-app",

0 commit comments

Comments
 (0)