Skip to content

Commit

Permalink
🔖 release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Jan 19, 2021
1 parent b91b6e3 commit 1519fb4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## CHANGELOG
# CHANGELOG

All notable changes to this project will be documented in this file.

Expand All @@ -9,9 +9,13 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

## [Unreleased]

## [1.3.0] - 2021-01-19

### ♻️ Changed

- 📝 Update README for note the level of trustworthiness with traffic data.
- 📝 Update the svg and readme template.
- ⚡️ Update svgGenerator and readmeGenerator.

## [1.2.1] - 2020-11-06

Expand Down Expand Up @@ -127,7 +131,8 @@ 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.2.1...HEAD
[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
[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
9 changes: 7 additions & 2 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 更新日志
# 更新日志

此项目的所有显著更改将记录在此文件中。

Expand All @@ -9,9 +9,13 @@

## [未发布的]

## [1.3.0] - 2021-01-19

### ♻️ 变化

- 📝 更新 README,注意流量数据的可信度。
- 📝 更新 svg 和 readme 的模板。
- ⚡️ 更新了 svg 和 readme 的生成方法.

## [1.2.1] - 2020-11-06

Expand Down Expand Up @@ -127,7 +131,8 @@
- 👷 自动发布 release 的 [工作流](./.github/workflows/autoRelease.yml)
- 👷 [prettier](./.prettierrc.json) 格式化文件

[unreleased]: https://github.com/yi-Xu-0100/traffic-to-badge/compare/v1.2.1...HEAD
[unreleased]: https://github.com/yi-Xu-0100/traffic-to-badge/compare/v1.3.0...HEAD
[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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Set Traffic
id: traffic
uses: yi-Xu-0100/traffic-to-badge@v1.2.1
uses: yi-Xu-0100/traffic-to-badge@v1.3.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 @@ -125,7 +125,7 @@ jobs:

- name: Set Traffic
id: traffic
uses: yi-Xu-0100/traffic-to-badge@v1.2.1
uses: yi-Xu-0100/traffic-to-badge@v1.3.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.2.1",
"version": "1.3.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 1519fb4

Please sign in to comment.