chore(release): publish

- @egg/net-tool@1.7.0
This commit is contained in:
zhaoyingbo 2024-09-27 02:58:37 +00:00
parent 431f600af1
commit 5351ea6ecf
3 changed files with 9 additions and 2 deletions

2
package-lock.json generated
View File

@ -12272,7 +12272,7 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.6.5",
"version": "1.7.0",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.4.3",

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.7.0 (2024-09-27)
### Features
- **net-tool:** 支持json返回类型 ([431f600](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/431f600af19e8209c9d03b97e1fbcdf9caf120c3))
- **path-tool:** 修改工具至类模式,更方便使用 ([41c83c7](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/41c83c7da9a0ca11887c761c19dd668e5fa49343))
## [1.6.5](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.6.4...@egg/net-tool@1.6.5) (2024-09-24)
**Note:** Version bump only for package @egg/net-tool

View File

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