Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.6](v1.1.5...v1.1.6) (2024-06-21)

### Bug Fixes

* remove tem db file from docker compose ([593e0e9](593e0e9))
  • Loading branch information
semantic-release-bot committed Jun 21, 2024
1 parent 5188b1d commit 0488169
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.6](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.1.5...v1.1.6) (2024-06-21)


### Bug Fixes

* remove tem db file from docker compose ([593e0e9](https://github.com/Mirasaki/mirasaki-music-bot/commit/593e0e957c163da7956cbb7e7a32f3c89d899365))

## [1.1.4](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.1.3...v1.1.4) (2024-03-29)


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.1.4",
"version": "1.1.6",
"main": "src/index.js",
"scripts": {
"start": "node .",
Expand Down

0 comments on commit 0488169

Please sign in to comment.