diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bac3b1..50a2479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.11](https://github.com/builders-club/vscode-twitch-themer/compare/v2.0.10...v2.0.11) (2023-06-06) + + +### Bug Fixes + +* Extension now sends list of available themes to chat rather than whisper ([20330bf](https://github.com/builders-club/vscode-twitch-themer/commit/20330bfddb54dcb438c8b25f88db79362e1ed9ab)) + ## [2.0.10](https://github.com/builders-club/vscode-twitch-themer/compare/v2.0.9...v2.0.10) (2023-05-26) diff --git a/package-lock.json b/package-lock.json index c4f1e88..7441506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-twitch-themer", - "version": "2.0.10", + "version": "2.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-twitch-themer", - "version": "2.0.10", + "version": "2.0.11", "license": "MIT", "dependencies": { "comfy.js": "^1.1.16", diff --git a/package.json b/package.json index 928126b..c88f484 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-twitch-themer", "displayName": "Twitch Themer", "description": "Allow viewers to change your VS Code theme via Twitch chat", - "version": "2.0.10", + "version": "2.0.11", "preview": false, "publisher": "michaeljolley", "license": "MIT",