chore(release): publish
- @egg/logger@1.0.5 - @egg/net-tool@1.0.5 - @egg/path-tool@1.0.5
This commit is contained in:
parent
7864bd54e0
commit
aa2d511f85
8
package-lock.json
generated
8
package-lock.json
generated
@ -12234,7 +12234,7 @@
|
||||
},
|
||||
"packages/logger": {
|
||||
"name": "@egg/logger",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"winston": "*",
|
||||
@ -12243,16 +12243,16 @@
|
||||
},
|
||||
"packages/net-tool": {
|
||||
"name": "@egg/net-tool",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@egg/logger": "^1.0.4",
|
||||
"@egg/logger": "^1.0.5",
|
||||
"winston": "*"
|
||||
}
|
||||
},
|
||||
"packages/path-tool": {
|
||||
"name": "@egg/path-tool",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"license": "ISC"
|
||||
}
|
||||
}
|
||||
|
@ -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.0.5 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
- 测试修改logger包的内容 ([7864bd5](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/7864bd54e0ef2f621eeb58f4312440d619461b94))
|
||||
|
||||
## 1.0.4 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/logger",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "Logger for Egg projects",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -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.0.5 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
- 测试修改logger包的内容 ([7864bd5](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/7864bd54e0ef2f621eeb58f4312440d619461b94))
|
||||
|
||||
## 1.0.4 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/net-tool",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"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.4",
|
||||
"@egg/logger": "^1.0.5",
|
||||
"winston": "*"
|
||||
}
|
||||
}
|
||||
|
@ -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.0.5 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
- 测试修改logger包的内容 ([7864bd5](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/7864bd54e0ef2f621eeb58f4312440d619461b94))
|
||||
|
||||
## 1.0.4 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/path-tool",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "Path Tools for Egg projects",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user