chore(release): publish

- @egg/lark-msg-tool@1.21.0
This commit is contained in:
zhaoyingbo 2024-12-17 11:41:25 +00:00
parent fc8399e10b
commit 07353b00aa
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@ -12373,7 +12373,7 @@
}, },
"packages/lark-msg-tool": { "packages/lark-msg-tool": {
"name": "@egg/lark-msg-tool", "name": "@egg/lark-msg-tool",
"version": "1.20.0", "version": "1.21.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.21.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.20.0...@egg/lark-msg-tool@1.21.0) (2024-12-17)
### Features
- **lark-msg-tool:** 重构用户Id和OpenId获取方法以支持事件和动作消息体 ([fc8399e](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/fc8399e10bc9d6fa7a70fe6fb45ce5189c5fa914))
# [1.20.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.19.0...@egg/lark-msg-tool@1.20.0) (2024-12-17) # [1.20.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.19.0...@egg/lark-msg-tool@1.20.0) (2024-12-17)
### Features ### Features

View File

@ -1,6 +1,6 @@
{ {
"name": "@egg/lark-msg-tool", "name": "@egg/lark-msg-tool",
"version": "1.20.0", "version": "1.21.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",