chore(release): publish

- @egg/net-tool@1.27.0
This commit is contained in:
zhaoyingbo 2025-01-24 08:35:51 +00:00
parent 5e14057abc
commit 76eb1c4cfc
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@ -12394,7 +12394,7 @@
}, },
"packages/net-tool": { "packages/net-tool": {
"name": "@egg/net-tool", "name": "@egg/net-tool",
"version": "1.26.2", "version": "1.27.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@egg/logger": "^1.6.0", "@egg/logger": "^1.6.0",

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
- **net-tool:** 更新 updateReplyCard 方法为 updateReplyMessage支持消息类型参数 ([5e14057](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/5e14057abc1123005fc024225bcadccd383ed60f))
## [1.26.2](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.26.1...@egg/net-tool@1.26.2) (2025-01-24) ## [1.26.2](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.26.1...@egg/net-tool@1.26.2) (2025-01-24)
### Bug Fixes ### Bug Fixes

View File

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