Skip to content

Commit

Permalink
🔖 release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Jan 24, 2021
1 parent db8d385 commit 6e76562
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

## [Unreleased]

## [1.4.0] - 2021-01-24

### ✨ Added

- ✨ add total badge support (#64)
Expand Down Expand Up @@ -142,8 +144,9 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm
- 👷 [workflows](./.github/workflows/autoRelease.yml) to auto release
- 👷 [prettier](./.prettierrc.json) to format files

[unreleased]: https://github.com/yi-Xu-0100/traffic-to-badge/compare/v1.3.0...HEAD
[1.2.1]: https://github.com/yi-Xu-0100/traffic-to-badge/tree/v1.3.0
[unreleased]: https://github.com/yi-Xu-0100/traffic-to-badge/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/yi-Xu-0100/traffic-to-badge/tree/v1.4.0
[1.3.0]: https://github.com/yi-Xu-0100/traffic-to-badge/tree/v1.3.0
[1.2.1]: https://github.com/yi-Xu-0100/traffic-to-badge/tree/v1.2.1
[1.2.0]: https://github.com/yi-Xu-0100/traffic-to-badge/tree/v1.2.0
[1.1.6]: https://github.com/yi-Xu-0100/traffic-to-badge/tree/v1.1.6
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@

## [未发布的]

## [1.4.0] - 2021-01-24

### ✨ 增加

- ✨ 增加 total badge 的支持 (#64)
- 🍱 增加最新一周数据

### ♻️ Changed
### ♻️ 变化

- 📝 更新 readme 模板。
- 📝 更新 SVG 模板。
Expand Down Expand Up @@ -142,7 +144,8 @@
- 👷 自动发布 release 的 [工作流](./.github/workflows/autoRelease.yml)
- 👷 [prettier](./.prettierrc.json) 格式化文件

[unreleased]: https://github.com/yi-Xu-0100/traffic-to-badge/compare/v1.3.0...HEAD
[未发布的]: https://github.com/yi-Xu-0100/traffic-to-badge/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/yi-Xu-0100/traffic-to-badge/tree/v1.4.0
[1.3.0]: https://github.com/yi-Xu-0100/traffic-to-badge/tree/v1.3.0
[1.2.1]: https://github.com/yi-Xu-0100/traffic-to-badge/tree/v1.2.1
[1.2.0]: https://github.com/yi-Xu-0100/traffic-to-badge/tree/v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Set Traffic
id: traffic
uses: yi-Xu-0100/traffic-to-badge@v1.3.0
uses: yi-Xu-0100/traffic-to-badge@v1.4.0
with:
my_token: ${{ secrets.TRAFFIC_TOKEN }}
#(default) static_list: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Set Traffic
id: traffic
uses: yi-Xu-0100/traffic-to-badge@v1.3.0
uses: yi-Xu-0100/traffic-to-badge@v1.4.0
with:
my_token: ${{ secrets.TRAFFIC_TOKEN }}
#(default) static_list: ${{ github.repository }}
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.3.0",
"version": "1.4.0",
"description": "Use repository traffic data to generate badges that include views and clones.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 6e76562

Please sign in to comment.