Skip to content

Commit

Permalink
🔖 release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Oct 21, 2020
1 parent e86d5ae commit 8c951a4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm

### 🗑 Deprecated

## [1.1.3] - 2020-10-21

### 🐛 fix

- 🚑 fix `repo-list-generator` version error

## [1.1.2] - 2020-10-21

### 🐛 修复
### 🐛 fix

- 🚑 fix workflow bug

Expand Down Expand Up @@ -74,7 +80,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.2...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.3...HEAD
[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
[1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@

### 🗑 废弃

## [1.1.3] - 2020-10-21

### 🐛 修复

- 🚑 修复 `repo-list-generator` 版本错误

## [1.1.2] - 2020-10-21

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

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.1...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.3...HEAD
[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
[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
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.2",
"version": "1.1.3",
"description": "Use repository traffic data to generate badges that include views and clones.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 8c951a4

Please sign in to comment.