Skip to content

Commit

Permalink
🔖 release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Oct 21, 2020
1 parent 657b23c commit fd9ccb4
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/traffic2badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Get Repo List
id: repo
uses: yi-Xu-0100/[email protected]
with:

- name: Get Commit Message
id: message
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

### 🗑 Deprecated

## [1.1.2] - 2020-10-21

### 🐛 修复

- 🚑 fix workflow bug

## [1.1.1] - 2020-10-21

### ♻️ Changed
Expand Down Expand Up @@ -68,7 +74,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.1...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.2...HEAD
[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
[1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0
[1.0.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.1
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@

### 🗑 废弃

## [1.1.2] - 2020-10-21

### 🐛 修复

- 🚑 修复 workflow 错误

## [1.1.1] - 2020-10-21

### ♻️ 变化
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
- name: Get Repo List
id: repo
uses: yi-Xu-0100/[email protected]
with:
- name: Get Commit Message
id: message
Expand All @@ -95,7 +94,7 @@ jobs:

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

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

0 comments on commit fd9ccb4

Please sign in to comment.