chore(release): publish

- @egg/net-tool@1.29.0
This commit is contained in:
zhaoyingbo 2025-01-27 13:58:55 +00:00
parent 75fa57b914
commit 369f276d3d
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@ -12394,7 +12394,7 @@
}, },
"packages/net-tool": { "packages/net-tool": {
"name": "@egg/net-tool", "name": "@egg/net-tool",
"version": "1.28.2", "version": "1.29.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@egg/logger": "^1.6.0", "@egg/logger": "^1.6.0",

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.29.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.28.2...@egg/net-tool@1.29.0) (2025-01-27)
### Features
- **net-tool:** 添加 LarkWikiService 以获取知识空间节点信息 ([75fa57b](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/75fa57b91412c8aed373e6d7990810750aa2676f))
## [1.28.2](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.28.1...@egg/net-tool@1.28.2) (2025-01-25) ## [1.28.2](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.28.1...@egg/net-tool@1.28.2) (2025-01-25)
**Note:** Version bump only for package @egg/net-tool **Note:** Version bump only for package @egg/net-tool

View File

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