chore(release): publish
All checks were successful
/ release (push) Successful in 22s

- @egg/logger@1.1.0
 - @egg/net-tool@1.0.6
This commit is contained in:
zhaoyingbo 2024-08-19 03:05:13 +00:00
parent 0e1f4f118f
commit cf508c9949
5 changed files with 16 additions and 6 deletions

6
package-lock.json generated
View File

@ -12234,7 +12234,7 @@
},
"packages/logger": {
"name": "@egg/logger",
"version": "1.0.5",
"version": "1.1.0",
"license": "ISC",
"dependencies": {
"winston": "*",
@ -12243,10 +12243,10 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.0.5",
"version": "1.0.6",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.0.5",
"@egg/logger": "^1.1.0",
"winston": "*"
}
},

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.1.0](https://git.yingbo.im/zhaoyingbo/egg_tools/compare/@egg/logger@1.0.5...@egg/logger@1.1.0) (2024-08-19)
### Features
- 测试修改logger包的内容 ([0e1f4f1](https://git.yingbo.im/zhaoyingbo/egg_tools/commits/0e1f4f118f313b7237467d42b6d2b974dd4ef54a))
## 1.0.5 (2024-08-19)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/logger",
"version": "1.0.5",
"version": "1.1.0",
"description": "Logger for Egg projects",
"type": "module",
"main": "dist/index.js",

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.0.6](https://git.yingbo.im/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.0.5...@egg/net-tool@1.0.6) (2024-08-19)
**Note:** Version bump only for package @egg/net-tool
## 1.0.5 (2024-08-19)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.0.5",
"version": "1.0.6",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "dist/index.js",
@ -17,7 +17,7 @@
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.0.5",
"@egg/logger": "^1.1.0",
"winston": "*"
}
}