Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
freya committed Jul 9, 2021
1 parent ddef45c commit 41471e6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.12
- Fixing issues with displaying the chart on org profiles
- Minor style fixes to the chart container on personal profiles

# 1.0.11
- Handling error response codes from the Github API instead of just making them a generic error

Expand Down
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"tabs"
],
"short_name": "github-user-languages",
"version": "1.0.11",
"version": "1.0.12",
"web_accessible_resources": [
"colors.json"
]
Expand Down
2 changes: 1 addition & 1 deletion dist/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h4>API Token <small>Click out of input to save</small></h4>
<p>If you wish to be able to see your own private repos in the chart, be sure to select the <b>repo</b> scope for the token also.</p>
</main>
<footer>
<small>GitHub User Languages v1.0.11</small>
<small>GitHub User Languages v1.0.12</small>
</footer>
<script src="js/popup.js"></script>
</body>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"archive-src": "zip -r src.zip package.json package-lock.json src/ webpack/ tsconfig.json tslint.json README.md",
"build": "webpack --config webpack/webpack.prod.js",
"deploy-amo": "web-ext sign --api-key=$AMO_ISSUER --api-secret=$AMO_SECRET",
"watch": "webpack --config webpack/webpack.dev.js --watch",
"lint": "tslint src/*.ts"
"lint": "tslint src/*.ts",
"watch": "webpack --config webpack/webpack.dev.js --watch"
},
"version": "1.0.11"
}
"version": "1.0.12"
}

0 comments on commit 41471e6

Please sign in to comment.