Skip to content

Commit

Permalink
chore(release): 6.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.4.0](6.3.3...6.4.0) (2022-10-28)

### Bug Fixes

* **event-messageCreate:** check for permissions ([d6fc80e](d6fc80e))
* lyrics sometimes missing ([5439502](5439502))
* oldState.channel can be null ([70f7f7e](70f7f7e))
* use alternate library for lyrics ([79da610](79da610))
* vote skipping sends inactivity message twice ([8b0fb41](8b0fb41))

### Features

* avoid showing missing strings to non-managers ([f4e65a5](f4e65a5))
* dashboard URL option to link dashboard as button ([75edb39](75edb39))
* directly inform user about missing View Channel permission ([38ea0ff](38ea0ff))
* force skipping by manage server permission and manager ([1444305](1444305))
* lyrics ([233f743](233f743))
* prevent seek from being used by anyone ([5b750c3](5b750c3))
* show basic Quaver information when pinged ([b3293f2](b3293f2))
* use other lyrics library ([8ddd62a](8ddd62a))

### Performance Improvements

* fetch application commands on startup ([9431191](9431191))
* reduce db calls ([7eeb272](7eeb272))
  • Loading branch information
semantic-release-bot committed Oct 28, 2022
1 parent ffe4caa commit a036d89
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.4.0-next.13",
"version": "6.4.0",
"type": "module",
"engines": {
"node": ">=16.9.0"
Expand Down

0 comments on commit a036d89

Please sign in to comment.