Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamerat committed Jul 28, 2021
1 parent d8d1b60 commit 83697ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log
All notable changes to the "twitch-chat" extension will be documented in this file.
# 0.0.9
Added
* Font size setting
- New setting under extention's settings in vscode to let users change font size of window
* Channel-spesific twitch emotes
- You can now see the channel's custom emotes. Note: cross channel emotes is not supported.
Replaced
* Outdated twitchemotes api with twitch's own emotes api v/helix
# 0.0.8
Fixed
* Bug where emotes did not work
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"color": "#232323",
"theme": "dark"
},
"version": "0.0.8",
"publisher": "BlitZz",
"version": "0.0.9",
"publisher": "kamerat",
"keywords": [
"Twitch",
"Twitc",
Expand All @@ -23,11 +23,11 @@
"Other"
],
"bugs": {
"url": "https://github.com/BlitZz96/vs-code-twitch-chat/issues"
"url": "https://github.com/kamerat/vs-code-twitch-chat/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/BlitZz96/vs-code-twitch-chat.git"
"url": "https://github.com/kamerat/vs-code-twitch-chat.git"
},
"activationEvents": [
"onCommand:twitch.open"
Expand Down

0 comments on commit 83697ea

Please sign in to comment.