chore(release): publish

- @egg/logger@1.4.0
 - @egg/net-tool@1.6.1
This commit is contained in:
zhaoyingbo 2024-09-23 11:41:44 +00:00
parent d3bd60576f
commit 80e0da68b5
5 changed files with 20 additions and 6 deletions

6
package-lock.json generated
View File

@ -12263,7 +12263,7 @@
},
"packages/logger": {
"name": "@egg/logger",
"version": "1.3.0",
"version": "1.4.0",
"license": "ISC",
"dependencies": {
"winston": "*",
@ -12272,10 +12272,10 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.6.0",
"version": "1.6.1",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.3.0",
"@egg/logger": "^1.4.0",
"winston": "*"
}
},

View File

@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.4.0 (2024-09-23)
### Bug Fixes
- **net-tool:** getHeaders的定义错误 ([6c87994](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/6c87994d5d6e392ae18bc95dbef3898e91d55f64))
### Features
- **logger:** 正式环境的文件写入地址支持从环境变量中取 ([d3bd605](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/d3bd60576f0f73f6fdf28f5a76283fd571e46fd4))
# 1.3.0 (2024-08-21)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/logger",
"version": "1.3.0",
"version": "1.4.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.6.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.6.0...@egg/net-tool@1.6.1) (2024-09-23)
**Note:** Version bump only for package @egg/net-tool
# [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

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.6.0",
"version": "1.6.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.3.0",
"@egg/logger": "^1.4.0",
"winston": "*"
}
}