chore(release): publish

- @egg/net-tool@1.28.0
This commit is contained in:
zhaoyingbo 2025-01-25 09:30:56 +00:00
parent 60f14d6a94
commit c8ef119f36
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@ -12394,7 +12394,7 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.27.0",
"version": "1.28.0",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.6.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.28.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.27.0...@egg/net-tool@1.28.0) (2025-01-25)
### Features
- **net-tool:** 重构消息回复逻辑新增设置回复消息ID和类型的方法 ([60f14d6](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/60f14d6a94cdc8172ca22849d872218829b72ced))
# [1.27.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.26.2...@egg/net-tool@1.27.0) (2025-01-24)
### Features

View File

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