Skip to content

Commit

Permalink
Merge pull request #29 from williambelle/rel-v1.7.2
Browse files Browse the repository at this point in the history
Release v1.7.2
  • Loading branch information
williambelle authored Oct 30, 2020
2 parents f3ed4da + d6c1c8f commit 8c93080
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.7.1",
"version": "1.7.2",
"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.7.1",
"version": "1.7.2",

"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.7.1",
"version": "1.7.2",

"content_scripts": [{
"js": [ "js/contentscript.js" ],
Expand Down

0 comments on commit 8c93080

Please sign in to comment.