chore(release): publish
- @egg/lark-msg-tool@1.18.0
This commit is contained in:
parent
cfbb683564
commit
cda8de9913
2
package-lock.json
generated
2
package-lock.json
generated
@ -12373,7 +12373,7 @@
|
|||||||
},
|
},
|
||||||
"packages/lark-msg-tool": {
|
"packages/lark-msg-tool": {
|
||||||
"name": "@egg/lark-msg-tool",
|
"name": "@egg/lark-msg-tool",
|
||||||
"version": "1.17.0",
|
"version": "1.18.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@egg/logger": "^1.6.0",
|
"@egg/logger": "^1.6.0",
|
||||||
|
@ -3,6 +3,13 @@
|
|||||||
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.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)
|
# [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
|
### Features
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@egg/lark-msg-tool",
|
"name": "@egg/lark-msg-tool",
|
||||||
"version": "1.17.0",
|
"version": "1.18.0",
|
||||||
"description": "Lark Msg Tools for Egg projects",
|
"description": "Lark Msg Tools for Egg projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user