Skip to content

Commit

Permalink
Merge pull request #16 from williambelle/rel-v1.7.0
Browse files Browse the repository at this point in the history
Release v1.7.0
  • Loading branch information
williambelle authored Dec 4, 2019
2 parents 3f48085 + d56ac08 commit 3cf59ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

### v1.7.0 / 2019-12-04

- Add random theme option

### v1.6.0 / 2019-12-02

- Add sunset theme
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit 3cf59ce

Please sign in to comment.