diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e62bc6..f2d21ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.2](https://github.com/build-with-me/vscode-twitch-themer/compare/v3.2.1...v3.2.2) (2023-09-18) + + +### Bug Fixes + +* Extension now respects access settings set by broadcaster ([0628028](https://github.com/build-with-me/vscode-twitch-themer/commit/0628028d7abeca5adb459364e74699ea875fe0a8)) + ## [3.2.1](https://github.com/build-with-me/vscode-twitch-themer/compare/v3.2.0...v3.2.1) (2023-08-18) diff --git a/package-lock.json b/package-lock.json index bba9257..b84858e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-twitch-themer", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-twitch-themer", - "version": "3.2.1", + "version": "3.2.2", "license": "MIT", "dependencies": { "axios": "^1.4.0", diff --git a/package.json b/package.json index 58bcb25..ade3ede 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": "3.2.1", + "version": "3.2.2", "preview": false, "publisher": "michaeljolley", "license": "MIT",