Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vv314 committed Apr 22, 2021
1 parent 4e15cc5 commit 8703914
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.5.0 (2021-04-23)

#### :rocket: New Feature

- 并行化执行任务
- 添加异常重试机制

#### :bug: Bug Fix

- 任务失败时的错误处理
- unhandled rejection 处理

#### :house: Internal

- 调整定时触发时间为 11 点前
- 日志添加项目 banner
- 仅在大于当前版本时提示更新

## 1.4.0 (2021-04-18)

#### :rocket: New Feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions-mtz-coupons",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"keywords": [],
"description": "外卖神券天天领",
Expand Down

0 comments on commit 8703914

Please sign in to comment.