chore(release): publish
- @egg/lark-msg-tool@1.6.0
This commit is contained in:
parent
d3df260bde
commit
5f859131aa
2
package-lock.json
generated
2
package-lock.json
generated
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user