From 8c951a4ab62d1ee52d2c788da4f31741b340d327 Mon Sep 17 00:00:00 2001 From: yi_Xu Date: Wed, 21 Oct 2020 10:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20v1.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++-- CHANGELOG_CN.md | 10 +++++++++- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55342bd..c64e53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index ececba4..8a9e197 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -19,6 +19,12 @@ ### ๐Ÿ—‘ ๅบŸๅผƒ +## [1.1.3] - 2020-10-21 + +### ๐Ÿ› ไฟฎๅค + +- ๐Ÿš‘ ไฟฎๅค `repo-list-generator` ็‰ˆๆœฌ้”™่ฏฏ + ## [1.1.2] - 2020-10-21 ### ๐Ÿ› ไฟฎๅค @@ -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 diff --git a/package-lock.json b/package-lock.json index 8b60f74..d1ed6c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "traffic-to-badge", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6895aae..8cc39b9 100644 --- a/package.json +++ b/package.json @@ -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": {