chore(release): publish

- @egg/lark-msg-tool@1.6.0
This commit is contained in:
zhaoyingbo 2024-10-12 03:01:09 +00:00
parent d3df260bde
commit 5f859131aa
3 changed files with 9 additions and 3 deletions

2
package-lock.json generated
View File

@ -12122,7 +12122,7 @@
},
"packages/lark-msg-tool": {
"name": "@egg/lark-msg-tool",
"version": "1.5.0",
"version": "1.6.0",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.4.3",

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.6.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.5.0...@egg/lark-msg-tool@1.6.0) (2024-10-12)
### Features
- **lark-msg:** 抽象卡片 & 飞书Body处理 ([8f8c32a](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/8f8c32a9ecfed447944a1bffa365d2ff1d19e9c0))
# 1.5.0 (2024-09-30)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/lark-msg-tool",
"version": "1.5.0",
"version": "1.6.0",
"description": "Lark Msg Tools for Egg projects",
"type": "module",
"main": "src/index.ts",
@ -21,8 +21,8 @@
"@types/lodash": "*"
},
"dependencies": {
"lodash": "*",
"@egg/logger": "^1.4.3",
"lodash": "*",
"winston": "*"
}
}