Skip to content

Commit

Permalink
release: v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroentvb committed Sep 28, 2022
1 parent ff76877 commit 01d0a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-bar",
"version": "1.6.0",
"version": "1.6.1",
"author": {
"name": "jeroentvb",
"url": "https://github.com/jeroentvb"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/change-notes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const CHANGE_NOTES = `
Make it easier to change to colors of the power bar using css. See the readme for more details: [https://github.com/jeroentvb/spicetify-power-bar/blob/master/README.md](https://github.com/jeroentvb/spicetify-power-bar/blob/master/README.md#theme)
Improve error handling when adding an item to the queue fails.
`;

export default CHANGE_NOTES;

0 comments on commit 01d0a73

Please sign in to comment.