Skip to content

Commit

Permalink
🔖 release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Oct 24, 2020
1 parent ec48ec1 commit 8e9c661
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 10 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,22 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

### ♻️ Changed

- 📝 update readme for template usage.

### 🐛 Fixed

### 🔒 Security

### 🗑 Deprecated

## [1.1.4] - 2020-10-24

### ✨ Added

- ✨ use `github.repository` to be the `static_list` default value.

### ♻️ Changed

- 📝 update readme for template usage.

## [1.1.3] - 2020-10-21

### 🐛 fix
Expand Down Expand Up @@ -82,7 +90,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/olivierlacan/keep-a-changelog/compare/v1.1.3...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.4...HEAD
[1.1.4]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.4
[1.1.3]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.3
[1.1.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.2
[1.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.1
Expand Down
15 changes: 12 additions & 3 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,22 @@

### ♻️ 变化

- 📝 更新模板使用说明。

### 🐛 修复

### 🔒 安全

### 🗑 废弃

## [1.1.4] - 2020-10-24

### ✨ 增加

- ✨ 使用 `github.repository` 作为 `static_list` 的默认值。

### ♻️ 变化

- 📝 更新模板使用说明。

## [1.1.3] - 2020-10-21

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

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.3...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.4...HEAD
[1.1.4]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.4
[1.1.3]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.3
[1.1.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.2
[1.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Get Traffic
id: traffic
uses: yi-Xu-0100/[email protected].3
uses: yi-Xu-0100/[email protected].4
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 @@ -90,7 +90,7 @@ jobs:

- name: Get Traffic
id: traffic
uses: yi-Xu-0100/[email protected].3
uses: yi-Xu-0100/[email protected].4
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.1.3",
"version": "1.1.4",
"description": "Use repository traffic data to generate badges that include views and clones.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 8e9c661

Please sign in to comment.