Skip to content

Commit

Permalink
bump version (3.0.11->3.0.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoleAM committed Jun 19, 2023
1 parent a10ad1e commit 6358ef2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG-nightly.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

**The changes listed here are not assigned to an official release**.

- No unreleased changes yet.

### Version 3.0.12.1000

- Added colon-completion (partial emote matches with ":") on Kick
- Added history navigation (up/down arrow) on Kick
- Updated the auth mechanism on Kick to avoid using third-party cookies

### Version 3.0.11.1000

- Fixed an issue that caused long messages to pause the chat on Kick

### Version 3.0.10.1000
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 3.0.12

- Added colon-completion (partial emote matches with ":") on Kick
- Added history navigation (up/down arrow) on Kick
- Updated the auth mechanism on Kick to avoid using third-party cookies

### Version 3.0.11

- Fixed an issue which caused chat to randomly pause on Kick
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"displayName": "7TV",
"description": "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.",
"private": true,
"version": "3.0.11",
"dev_version": "3.0",
"version": "3.0.12",
"dev_version": "1.0",
"scripts": {
"start": "NODE_ENV=dev yarn build:dev && NODE_ENV=dev vite --mode dev",
"build:section:app": "vite build --config vite.config.ts",
Expand Down

0 comments on commit 6358ef2

Please sign in to comment.