chore(release): publish

- @egg/lark-msg-tool@1.19.0
This commit is contained in:
zhaoyingbo 2024-12-04 09:50:42 +00:00
parent 617ff977dc
commit 3e6cf68869
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@ -12373,7 +12373,7 @@
},
"packages/lark-msg-tool": {
"name": "@egg/lark-msg-tool",
"version": "1.18.0",
"version": "1.19.0",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.6.0",

View File

@ -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.19.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.18.0...@egg/lark-msg-tool@1.19.0) (2024-12-04)
### Features
- **lark-msg-tool:** 增加 LarkBody 类属性和方法以支持更多消息类型和用户信息 ([617ff97](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/617ff977dc0917fde4717222e1ec9733bda5cdd0))
# 1.18.0 (2024-12-02)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/lark-msg-tool",
"version": "1.18.0",
"version": "1.19.0",
"description": "Lark Msg Tools for Egg projects",
"type": "module",
"main": "src/index.ts",