chore(release): publish

- @egg/net-tool@1.20.0
This commit is contained in:
zhaoyingbo 2024-12-20 10:24:57 +00:00
parent 63b78fe797
commit e4f940af49
3 changed files with 9 additions and 2 deletions

2
package-lock.json generated
View File

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

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.20.0 (2024-12-20)
### Features
- **lark-msg-tool:** 添加 isLarkBody 属性以标识 Lark 消息体类型 ([951bb88](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/951bb88a54ee310437d07cb4a0b27f7519090be7))
- **net-tool:** 添加 GitLab Web 钩子功能以支持钩子的获取和添加 ([63b78fe](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/63b78fe7973c3df0a9fea8cbb8e61f36afbb1507))
# [1.19.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.18.0...@egg/net-tool@1.19.0) (2024-11-29)
### Features

View File

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