chore(release): publish

- @egg/lark-msg-tool@1.22.0
 - @egg/net-tool@1.33.0
This commit is contained in:
zhaoyingbo 2025-04-03 13:32:01 +00:00
parent 308b447cbc
commit d5bbe8c470
5 changed files with 16 additions and 4 deletions

4
package-lock.json generated
View File

@ -10448,7 +10448,7 @@
},
"packages/lark-msg-tool": {
"name": "@egg/lark-msg-tool",
"version": "1.21.5",
"version": "1.22.0",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.10.0",
@ -10468,7 +10468,7 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.32.7",
"version": "1.33.0",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.10.0",

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.22.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.21.5...@egg/lark-msg-tool@1.22.0) (2025-04-03)
### Features
- **logger:** 重构服务构造函数以使用 Logger移除 requestId 参数 ([308b447](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/308b447cbc127ef4c3fedbb18d19169cbb88e425))
## [1.21.5](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.21.4...@egg/lark-msg-tool@1.21.5) (2025-04-03)
**Note:** Version bump only for package @egg/lark-msg-tool

View File

@ -1,6 +1,6 @@
{
"name": "@egg/lark-msg-tool",
"version": "1.21.5",
"version": "1.22.0",
"description": "Lark Msg Tools for Egg projects",
"type": "module",
"main": "src/index.ts",

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.33.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.32.7...@egg/net-tool@1.33.0) (2025-04-03)
### Features
- **logger:** 重构服务构造函数以使用 Logger移除 requestId 参数 ([308b447](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/308b447cbc127ef4c3fedbb18d19169cbb88e425))
## [1.32.7](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.32.6...@egg/net-tool@1.32.7) (2025-04-03)
**Note:** Version bump only for package @egg/net-tool

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.32.7",
"version": "1.33.0",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "src/index.ts",