chore(release): publish

- @egg/lark-msg-tool@1.15.1
 - @egg/logger@1.6.0
 - @egg/net-tool@1.16.1
This commit is contained in:
zhaoyingbo 2024-11-27 07:08:41 +00:00
parent 9d19333089
commit fbd4555a40
7 changed files with 25 additions and 10 deletions

10
package-lock.json generated
View File

@ -12373,10 +12373,10 @@
},
"packages/lark-msg-tool": {
"name": "@egg/lark-msg-tool",
"version": "1.15.0",
"version": "1.15.1",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.5.0",
"@egg/logger": "^1.6.0",
"winston": "*"
},
"devDependencies": {
@ -12385,7 +12385,7 @@
},
"packages/logger": {
"name": "@egg/logger",
"version": "1.5.0",
"version": "1.6.0",
"license": "ISC",
"dependencies": {
"winston": "*",
@ -12394,10 +12394,10 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.16.0",
"version": "1.16.1",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.5.0",
"@egg/logger": "^1.6.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.15.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.15.0...@egg/lark-msg-tool@1.15.1) (2024-11-27)
**Note:** Version bump only for package @egg/lark-msg-tool
# [1.15.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.14.1...@egg/lark-msg-tool@1.15.0) (2024-11-27)
### Features

View File

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

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.6.0 (2024-11-27)
### Features
- **logger:** 修改正式环境的判断条件 ([9d19333](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/9d1933308968508e246a0186dd6bcb92a6db6b5d))
- **net-tool:** 将日志打印级别从http修改为silly ([a686b90](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/a686b903be8d80445edcab2149c82d3983e083f7))
# 1.5.0 (2024-11-26)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/logger",
"version": "1.5.0",
"version": "1.6.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.16.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.16.0...@egg/net-tool@1.16.1) (2024-11-27)
**Note:** Version bump only for package @egg/net-tool
# [1.16.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.15.1...@egg/net-tool@1.16.0) (2024-11-26)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.16.0",
"version": "1.16.1",
"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.5.0",
"@egg/logger": "^1.6.0",
"@gitbeaker/rest": "*",
"winston": "*"
}