Skip to content

Commit 4800e58

Browse files
committed
chore: release v0.23.1
1 parent 1ef201b commit 4800e58

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.23.1](https://github.com/uni-helper/uni-network/compare/v0.23.0...v0.23.1) (2025-12-18)
7+
8+
**Note:** Version bump only for package @monorepo/uni-network
9+
610
## [0.23.0](https://github.com/uni-helper/uni-network/compare/v0.22.0...v0.23.0) (2025-10-27)
711

812
### Features

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.23.0",
3+
"version": "0.23.1",
44
"npmClient": "pnpm",
55
"packages": [
66
"packages/*"

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.23.1](https://github.com/uni-helper/uni-network/compare/v0.23.0...v0.23.1) (2025-12-18)
7+
8+
**Note:** Version bump only for package @uni-helper/uni-network
9+
610
## [0.23.0](https://github.com/uni-helper/uni-network/compare/v0.22.0...v0.23.0) (2025-10-27)
711

812
### Features

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.23.0",
3+
"version": "0.23.1",
44
"description": "为 uni-app 打造的基于 Promise 的 HTTP 客户端",
55
"keywords": [
66
"uni-app",

0 commit comments

Comments
 (0)