chore(release): publish

- @egg/lark-msg-tool@1.21.4
 - @egg/logger@1.9.0
 - @egg/net-tool@1.32.6
This commit is contained in:
zhaoyingbo 2025-03-18 13:09:58 +00:00
parent f429496edd
commit 6fb647e689
7 changed files with 24 additions and 10 deletions

10
package-lock.json generated
View File

@ -10448,10 +10448,10 @@
},
"packages/lark-msg-tool": {
"name": "@egg/lark-msg-tool",
"version": "1.21.3",
"version": "1.21.4",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.8.0",
"@egg/logger": "^1.9.0",
"winston": "*"
},
"devDependencies": {
@ -10460,7 +10460,7 @@
},
"packages/logger": {
"name": "@egg/logger",
"version": "1.8.0",
"version": "1.9.0",
"license": "ISC",
"dependencies": {
"winston": "*"
@ -10468,10 +10468,10 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.32.5",
"version": "1.32.6",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.8.0",
"@egg/logger": "^1.9.0",
"@gitbeaker/rest": "*",
"winston": "*"
}

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.21.4](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.21.3...@egg/lark-msg-tool@1.21.4) (2025-03-18)
**Note:** Version bump only for package @egg/lark-msg-tool
## [1.21.3](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.21.2...@egg/lark-msg-tool@1.21.3) (2025-03-18)
**Note:** Version bump only for package @egg/lark-msg-tool

View File

@ -1,6 +1,6 @@
{
"name": "@egg/lark-msg-tool",
"version": "1.21.3",
"version": "1.21.4",
"description": "Lark Msg Tools for Egg projects",
"type": "module",
"main": "src/index.ts",
@ -21,7 +21,7 @@
"@types/lodash": "*"
},
"dependencies": {
"@egg/logger": "^1.8.0",
"@egg/logger": "^1.9.0",
"winston": "*"
}
}

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.9.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/logger@1.8.0...@egg/logger@1.9.0) (2025-03-18)
### Features
- **logger:** 添加环境变量到日志数据以增强日志信息 ([f429496](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/f429496edd589ef7c6f9974efae760c522f0c07a))
# [1.8.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/logger@1.7.1...@egg/logger@1.8.0) (2025-03-18)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/logger",
"version": "1.8.0",
"version": "1.9.0",
"description": "Logger for Egg projects",
"type": "module",
"main": "src/index.ts",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.32.6](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.32.5...@egg/net-tool@1.32.6) (2025-03-18)
**Note:** Version bump only for package @egg/net-tool
## [1.32.5](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.32.4...@egg/net-tool@1.32.5) (2025-03-18)
**Note:** Version bump only for package @egg/net-tool

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.32.5",
"version": "1.32.6",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "src/index.ts",
@ -17,7 +17,7 @@
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.8.0",
"@egg/logger": "^1.9.0",
"@gitbeaker/rest": "*",
"winston": "*"
}