chore(release): publish

- @egg/lark-msg-tool@1.18.0
This commit is contained in:
zhaoyingbo 2024-12-02 07:46:33 +00:00
parent cfbb683564
commit cda8de9913
3 changed files with 9 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.17.0",
"version": "1.18.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.18.0 (2024-12-02)
### Features
- **lark-msg-tool:** 添加 openId 属性及获取方法以支持用户身份识别 ([cfbb683](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/cfbb6835647621e1caa37d006c52b82b57c0053d))
- **lark-msg-tool:** 添加回复卡片消息的方法 ([3deec36](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/3deec366c1b654095d9a7e64ce136ea9ba91871c))
# [1.17.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.16.0...@egg/lark-msg-tool@1.17.0) (2024-11-27)
### Features

View File

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