From 39691cb7171b72e9fb969e98755be40514f5fcad Mon Sep 17 00:00:00 2001 From: William Belle Date: Mon, 29 Jun 2020 17:58:25 +0200 Subject: [PATCH 1/2] bump version 1.7.1 --- 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 cbf8e6b..080f6e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github-contribution-color-graph", "private": true, - "version": "1.7.0", + "version": "1.7.1", "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 110c8c8..4c39043 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.0", + "version": "1.7.1", "applications": { "gecko": { diff --git a/src/manifest.json b/src/manifest.json index a6220e5..bd7f8ab 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.0", + "version": "1.7.1", "content_scripts": [{ "js": [ "js/contentscript.js" ], From c6b76ec5dbc95f1eb15ab0c6645caf3d7f1e2b98 Mon Sep 17 00:00:00 2001 From: William Belle Date: Mon, 29 Jun 2020 17:58:36 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e07e405..9865b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +### v1.7.1 / 2020-06-29 + + - Fix compatibility with the new Github UI + - Update dev dependencies + ### v1.7.0 / 2019-12-04 - Add random theme option