chore(release): publish

- @egg/lark-msg-tool@1.2.1
This commit is contained in:
zhaoyingbo 2024-09-24 03:30:29 +00:00
parent ee271ed4cc
commit 94005549bf
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@ -12258,7 +12258,7 @@
},
"packages/lark-msg-tool": {
"name": "@egg/lark-msg-tool",
"version": "1.2.0",
"version": "1.2.1",
"license": "ISC"
},
"packages/logger": {

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.2.1 (2024-09-24)
### Bug Fixes
- **logger:** 修复正式环境下也输出彩色日志的问题 ([3290875](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/329087504de42b31adb35998b911fa509e1d8fd9))
# [1.2.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.1.0...@egg/lark-msg-tool@1.2.0) (2024-08-21)
### Features

View File

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