diff --git a/package.json b/package.json index 18e3912..37b5bce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "power-bar", - "version": "1.6.0", + "version": "1.6.1", "author": { "name": "jeroentvb", "url": "https://github.com/jeroentvb" diff --git a/src/constants/change-notes.ts b/src/constants/change-notes.ts index b4c048b..bcce5ed 100644 --- a/src/constants/change-notes.ts +++ b/src/constants/change-notes.ts @@ -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;