chore(release): publish

- @egg/lark-msg-tool@1.14.0
This commit is contained in:
zhaoyingbo 2024-10-29 06:59:45 +00:00
parent 2bfa241511
commit 478b8b4da3
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@ -12122,7 +12122,7 @@
},
"packages/lark-msg-tool": {
"name": "@egg/lark-msg-tool",
"version": "1.13.2",
"version": "1.14.0",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.4.4",

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.14.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.13.2...@egg/lark-msg-tool@1.14.0) (2024-10-29)
### Features
- **lark-msg:** 优化event和action的判断方式 ([2bfa241](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/2bfa241511d2f85ab037ba7908f2dfd4f52d09b7))
## [1.13.2](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.13.1...@egg/lark-msg-tool@1.13.2) (2024-10-17)
### Bug Fixes

View File

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