chore(release): publish

- @egg/net-tool@1.6.0
This commit is contained in:
zhaoyingbo 2024-09-20 10:39:54 +00:00
parent c0df99bfd8
commit b7814eb8f2
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@ -12272,7 +12272,7 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.5.1",
"version": "1.6.0",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.3.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.6.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.5.1...@egg/net-tool@1.6.0) (2024-09-20)
### Features
- **net-tool:** 健康检查支持传入message ([c0df99b](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/c0df99bfd81651307322367f4b8348143b709a1f))
## [1.5.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.5.0...@egg/net-tool@1.5.1) (2024-08-23)
### Bug Fixes

View File

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