From cfcc5e338eb5ebcee07f36af52e71f21592f0a47 Mon Sep 17 00:00:00 2001 From: yi_Xu Date: Sun, 25 Oct 2020 18:37:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20readme=20for=20new=20ve?= =?UTF-8?q?rsion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 ++++++++- CHANGELOG_CN.md | 9 ++++++++- README.md | 2 +- README_CN.md | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a971dec..45ac0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ The emoji used in the `GitHub` commit message is based on [gitmoji](https://gitm ### 🗑 Deprecated +## [1.1.5] - 2020-10-25 + +### 🐛 Fixed + +- 🐛 Fix init new repo error. #21 + ## [1.1.4] - 2020-10-24 ### ✨ Added @@ -90,7 +96,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.4...HEAD +[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.5 [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 diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 359abdd..b865543 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -19,6 +19,12 @@ ### 🗑 废弃 +## [1.1.5] - 2020-10-25 + +### 🐛 修复 + +- 🐛 修复初始化新仓库失败问题。#21 + ## [1.1.4] - 2020-10-24 ### ✨ 增加 @@ -90,7 +96,8 @@ - 👷 自动发布 release 的 [工作流](./.github/workflows/autoRelease.yml) - 👷 [prettier](./.prettierrc.json) 格式化文件 -[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.4...HEAD +[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.5 [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 diff --git a/README.md b/README.md index a62bf4c..d576dd7 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ jobs: - name: Get Traffic id: traffic - uses: yi-Xu-0100/traffic-to-badge@v1.1.4 + uses: yi-Xu-0100/traffic-to-badge@v1.1.5 with: my_token: ${{ secrets.TRAFFIC_TOKEN }} #(default) static_list: ${{ github.repository }} diff --git a/README_CN.md b/README_CN.md index dbf2fb3..73a9d11 100644 --- a/README_CN.md +++ b/README_CN.md @@ -90,7 +90,7 @@ jobs: - name: Get Traffic id: traffic - uses: yi-Xu-0100/traffic-to-badge@v1.1.4 + uses: yi-Xu-0100/traffic-to-badge@v1.1.5 with: my_token: ${{ secrets.TRAFFIC_TOKEN }} #(default) static_list: ${{ github.repository }}