diff --git a/CHANGELOG.md b/CHANGELOG.md index f49425f..3e62bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.1](https://github.com/build-with-me/vscode-twitch-themer/compare/v3.2.0...v3.2.1) (2023-08-18) + + +### Bug Fixes + +* Improving semantic releases ([1b21ed9](https://github.com/build-with-me/vscode-twitch-themer/commit/1b21ed9c3f96988933ff37db1540a22295ca72b4)) + # [3.2.0](https://github.com/build-with-me/vscode-twitch-themer/compare/v3.1.0...v3.2.0) (2023-08-12) diff --git a/package-lock.json b/package-lock.json index 9c0ee59..bba9257 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-twitch-themer", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-twitch-themer", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "axios": "^1.4.0", diff --git a/package.json b/package.json index b9be4c5..3490922 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.0", + "version": "3.2.1", "preview": false, "publisher": "michaeljolley", "license": "MIT",