From da46c364bfea1e07765b2378b380cf1b76154b25 Mon Sep 17 00:00:00 2001 From: William Belle Date: Wed, 4 Dec 2019 18:50:22 +0100 Subject: [PATCH 1/2] bump version 1.7.0 --- 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 a5f90f5..dafc203 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github-contribution-color-graph", "private": true, - "version": "1.6.0", + "version": "1.7.0", "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 e8adc18..110c8c8 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.5.3", + "version": "1.7.0", "applications": { "gecko": { diff --git a/src/manifest.json b/src/manifest.json index bf85f3e..a6220e5 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.5.3", + "version": "1.7.0", "content_scripts": [{ "js": [ "js/contentscript.js" ], From d56ac08760b303f564563a2028fd41396f1694a3 Mon Sep 17 00:00:00 2001 From: William Belle Date: Wed, 4 Dec 2019 18:51:20 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 882f950..e07e405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +### v1.7.0 / 2019-12-04 + + - Add random theme option + ### v1.6.0 / 2019-12-02 - Add sunset theme