Skip to content

Commit 20fb437

Browse files
committed
chore(release): new release
- @surgio/gateway@2.3.1 - @surgio/logger@1.4.2
1 parent 3a9b3b4 commit 20fb437

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

packages/gateway/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+
## [2.3.1](https://github.com/surgioproject/packages/compare/@surgio/gateway@2.3.0...@surgio/gateway@2.3.1) (2026-01-20)
7+
8+
**Note:** Version bump only for package @surgio/gateway
9+
610
# [2.3.0](https://github.com/surgioproject/packages/compare/@surgio/gateway@2.2.3...@surgio/gateway@2.3.0) (2026-01-20)
711

812
### Bug Fixes

packages/gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Surgio API Gateway 面板",
44
"private": false,
55
"license": "MIT",
6-
"version": "2.3.0",
6+
"version": "2.3.1",
77
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",
99
"repository": "https://github.com/surgioproject/packages/tree/master/packages/gateway",
@@ -103,4 +103,4 @@
103103
"node": ">=18.0.0"
104104
},
105105
"gitHead": "da96fe077b24097d0a721392bd32ec4a88ac2ee0"
106-
}
106+
}

packages/logger/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+
## [1.4.2](https://github.com/surgioproject/packages/compare/@surgio/logger@1.4.1...@surgio/logger@1.4.2) (2026-01-20)
7+
8+
**Note:** Version bump only for package @surgio/logger
9+
610
## [1.4.1](https://github.com/surgioproject/packages/compare/@surgio/logger@1.4.0...@surgio/logger@1.4.1) (2026-01-20)
711

812
**Note:** Version bump only for package @surgio/logger

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@surgio/logger",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Logger helper for Surgio projects",
55
"homepage": "https://surgio.js.org",
66
"repository": "https://github.com/surgioproject/packages/tree/master/packages/logger",
@@ -47,4 +47,4 @@
4747
"testEnvironment": "node"
4848
},
4949
"gitHead": "7af70e94964c379d9cf7dc6057ac2c0f161a0790"
50-
}
50+
}

0 commit comments

Comments
 (0)