From c433b8200008d1ad8813fac64e5bf964db0a811f Mon Sep 17 00:00:00 2001 From: William Belle Date: Fri, 30 Oct 2020 17:30:24 +0100 Subject: [PATCH 1/2] bump version 1.7.2 --- package.json | 2 +- src/manifest.firefox.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f6ffb75..32517a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github-contribution-color-graph", "private": true, - "version": "1.7.1", + "version": "1.7.2", "description": "Change colors of contribution graph in GitHub", "keywords": [], "author": "William Belle ", diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index a8399ae..70ea8c8 100644 --- a/src/manifest.firefox.json +++ b/src/manifest.firefox.json @@ -2,7 +2,7 @@ "name": "GitHub Contribution Color Graph", "description": "Change colors of contribution graph in GitHub", "manifest_version": 2, - "version": "1.7.1", + "version": "1.7.2", "applications": { "gecko": { diff --git a/src/manifest.json b/src/manifest.json index bd7f8ab..a4e7d28 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "GitHub Contribution Color Graph", "description": "Change colors of contribution graph in GitHub", "manifest_version": 2, - "version": "1.7.1", + "version": "1.7.2", "content_scripts": [{ "js": [ "js/contentscript.js" ], From d6c1c8ff7aabb4258087c0211feb9370fdf5d507 Mon Sep 17 00:00:00 2001 From: William Belle Date: Fri, 30 Oct 2020 17:30:36 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9865b6c..821f172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +### v1.7.2 / 2020-10-30 + + - Fix contribution graph and progress bar colors (new GitHub CSS variables) + - Fix Firefox strict_min_version + - Migrate travis-ci.org to .com + - Test against Node.js 14 in Travis CI + ### v1.7.1 / 2020-06-29 - Fix compatibility with the new Github UI