Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.1...v3.0.0) (2023-08-11)

### Bug Fixes

* Adding tests to CI process GitHub Action ([5719689](5719689))
* Replacing node-fetch with axios ([c0563d3](c0563d3))

### Features

* Adding scopes for whispers and extension specific Twitch API client id ([8e53f82](8e53f82))
* Requests for list of themes now whispers the list to user ([75b4b39](75b4b39))
* Updating auth to use twitch-auth-provider extension ([dfaa8c4](dfaa8c4))

### BREAKING CHANGES

* The existing Twitch authentication has been replaced by @clarkio's twitch-auth-provider extension.
  • Loading branch information
semantic-release-bot committed Aug 11, 2023
1 parent 0f89472 commit 907c7c7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 907c7c7

Please sign in to comment.