Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-06-14)

### Bug Fixes

* check threads availability ([a8f3095](a8f3095))

### Features

* configurable leaveOnEmpty status + cooldown ([dbad3d0](dbad3d0))
  • Loading branch information
semantic-release-bot committed Jun 14, 2023
1 parent 08e56ab commit b27bfed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.0.0...v1.1.0) (2023-06-14)


### Bug Fixes

* check threads availability ([a8f3095](https://github.com/Mirasaki/mirasaki-music-bot/commit/a8f3095c713b133bd4adddd213c09a33cb2a489c))


### Features

* configurable leaveOnEmpty status + cooldown ([dbad3d0](https://github.com/Mirasaki/mirasaki-music-bot/commit/dbad3d0009ece308ae274f732ca6cee5a4e37916))

# 1.0.0 (2023-06-12)


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
@@ -1,7 +1,7 @@
{
"name": "mirasaki-music-bot",
"description": "A free, open-source JavaScript music bot created with discord.js and discord-player",
"version": "1.0.0",
"version": "1.1.0",
"main": "src/index.js",
"scripts": {
"start": "node .",
Expand Down

0 comments on commit b27bfed

Please sign in to comment.