diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2f0a0..df521ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [3.0.0](https://github.com/builders-club/vscode-twitch-themer/compare/v2.1.1...v3.0.0) (2023-08-11) + + +### Bug Fixes + +* Adding tests to CI process GitHub Action ([5719689](https://github.com/builders-club/vscode-twitch-themer/commit/571968990439fdb60f75c440b130b6fab2aed824)) +* Replacing node-fetch with axios ([c0563d3](https://github.com/builders-club/vscode-twitch-themer/commit/c0563d33fd887c57ec68c0e830e038cc6fc69eb6)) + + +### Features + +* Adding scopes for whispers and extension specific Twitch API client id ([8e53f82](https://github.com/builders-club/vscode-twitch-themer/commit/8e53f8206a5d38b4b05d31e746df7ca1632044bb)) +* Requests for list of themes now whispers the list to user ([75b4b39](https://github.com/builders-club/vscode-twitch-themer/commit/75b4b39cc9ac0a6ac8b5fed76f71349a2b41c0f7)) +* Updating auth to use twitch-auth-provider extension ([dfaa8c4](https://github.com/builders-club/vscode-twitch-themer/commit/dfaa8c4fdfcf063208eb77e030b44b03a6cfaa14)) + + +### BREAKING CHANGES + +* The existing Twitch authentication has been replaced by @Clarkio's twitch-auth-provider extension. + ## [2.1.1](https://github.com/builders-club/vscode-twitch-themer/compare/v2.1.0...v2.1.1) (2023-08-10) diff --git a/package-lock.json b/package-lock.json index 3dbfbec..2996cd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-twitch-themer", - "version": "2.1.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-twitch-themer", - "version": "2.1.1", + "version": "3.0.0", "license": "MIT", "dependencies": { "axios": "^1.4.0", diff --git a/package.json b/package.json index ea8cecd..07f53df 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.1.1", + "version": "3.0.0", "preview": false, "publisher": "michaeljolley", "license": "MIT",