Skip to content

Commit

Permalink
🔖 release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Oct 21, 2020
1 parent 428a95f commit 657b23c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm
- 📝 update readme
- 🔥 delete branch traffic
- ♻️ update workflow
- ✨ add output for `traffic_branch`

## [1.1.0] - 2020-10-20

### ✨ Added

- ✅ test static_list support
- ✨ add output for traffic path
- ✨ add output for `traffic_path`

### ♻️ Changed

Expand Down
17 changes: 9 additions & 8 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,25 @@

### ♻️ 变化

- 📝 update readme
- 🔥 delete branch traffic
- ♻️ update workflow
- 📝 更新 `readme`
- 🔥 删除分支 `traffic`
- 💚 更新 `workflow`
- ✨ 增加 `traffic path` 作为输出值

## [1.1.0] - 2020-10-20

### ✨ 增加

- ✅ 测试 static_list 支持
- ✨ 增加 `traffic path` 作为输出值
- ✅ 测试 `static_list` 支持
- ✨ 增加 `traffic_path` 作为输出值

### ♻️ 变化

- ♻️ 加强日志输出
- ♻️ 加强 debug 模式
- ♻️ 加强 `debug` 模式
- ♻️ 加强文件命名
- 🔥 删除 sync2gitee
- 💚 更新 workflow
- 🔥 删除 `sync2gitee`
- 💚 更新 `workflow`

### 🐛 修复

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Get Traffic
id: traffic
uses: ./
uses: yi-Xu-0100/[email protected]
with:
my_token: ${{ secrets.TRAFFIC_TOKEN }}
static_list: '${{ steps.repo.outputs.repo }}'
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Get Traffic
id: traffic
uses: ./
uses: yi-Xu-0100/[email protected]
with:
my_token: ${{ secrets.TRAFFIC_TOKEN }}
static_list: '${{ steps.repo.outputs.repo }}'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traffic-to-badge",
"version": "1.1.0",
"version": "1.1.1",
"description": "Use repository traffic data to generate badges that include views and clones.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 657b23c

Please sign in to comment.