Skip to content

Commit

Permalink
chore: update spcr-settings
Browse files Browse the repository at this point in the history
This fixes the power-bar settings on the settings page
  • Loading branch information
jeroentvb committed Mar 24, 2022
1 parent 73ad00c commit 4cac1cf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-bar",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "jeroentvb",
"url": "https://github.com/jeroentvb"
Expand Down Expand Up @@ -30,7 +30,7 @@
"classnames": "^2.3.1",
"lodash-es": "^4.17.21",
"react-markdown": "^8.0.0",
"spcr-settings": "^1.0.0",
"spcr-settings": "^1.0.2",
"spcr-whats-new": "^1.0.1"
}
}
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 = `
* Jump to next suggestion category by pressing \`tab\`
* Update spcr-settings plugin. Settings work again.
`;

export default CHANGE_NOTES;

0 comments on commit 4cac1cf

Please sign in to comment.