Skip to content

Commit

Permalink
chore(release): 6.8.2
Browse files Browse the repository at this point in the history
## [6.8.2](6.8.1...6.8.2) (2023-01-04)

### Bug Fixes

* check for manage server on web settings update ([b4c39f9](b4c39f9))
* check for whitelist status on feature usage ([153e870](153e870))
* **getGuildFeatureWhitelisted:** return Permanent if feature whitelist disabled ([0b9d07b](0b9d07b))
* handle MORE_THAN_A_DAY ([08ce705](08ce705))
* **PlayerHandler#resume:** incorrect check in method ([9d4aa53](9d4aa53))
* **PlayerHandler:** disconnect method not returning PlayerResponse conditionally ([a37ee19](a37ee19))
* set timeout when 24/7 disabled ([54ceca6](54ceca6))
* use correct reference ([ea95b1f](ea95b1f))
* **web:** code exchange returning success on invalid grant ([7e158a1](7e158a1))

### Performance Improvements

* prevent crash when malformed token is submitted ([e204860](e204860))
  • Loading branch information
semantic-release-bot committed Jan 4, 2023
1 parent 97ef89e commit 8044d1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
@@ -1,6 +1,6 @@
{
"name": "quaver",
"version": "6.8.2-next.4",
"version": "6.8.2",
"type": "module",
"engines": {
"node": ">=16.9.0"
Expand Down

0 comments on commit 8044d1d

Please sign in to comment.