From 8e9c66133ba3a09ca5c3ddfac82e5ddcb5e39e76 Mon Sep 17 00:00:00 2001 From: yi_Xu Date: Sat, 24 Oct 2020 08:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20v1.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 ++++++++++++--- CHANGELOG_CN.md | 15 ++++++++++++--- README.md | 2 +- README_CN.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 28 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd62b2..a971dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 74937ae..359abdd 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -13,14 +13,22 @@ ### ♻️ 变化 -- 📝 更新模板使用说明。 - ### 🐛 修复 ### 🔒 安全 ### 🗑 废弃 +## [1.1.4] - 2020-10-24 + +### ✨ 增加 + +- ✨ 使用 `github.repository` 作为 `static_list` 的默认值。 + +### ♻️ 变化 + +- 📝 更新模板使用说明。 + ## [1.1.3] - 2020-10-21 ### 🐛 修复 @@ -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 diff --git a/README.md b/README.md index 86faeab..a62bf4c 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.3 + uses: yi-Xu-0100/traffic-to-badge@v1.1.4 with: my_token: ${{ secrets.TRAFFIC_TOKEN }} #(default) static_list: ${{ github.repository }} diff --git a/README_CN.md b/README_CN.md index b661196..dbf2fb3 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.3 + uses: yi-Xu-0100/traffic-to-badge@v1.1.4 with: my_token: ${{ secrets.TRAFFIC_TOKEN }} #(default) static_list: ${{ github.repository }} diff --git a/package-lock.json b/package-lock.json index ef603b0..19aa9cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "traffic-to-badge", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e943924..6277a62 100644 --- a/package.json +++ b/package.json @@ -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": {