Skip to content

Commit

Permalink
chore(release): 1.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.4](v1.1.3...v1.1.4) (2024-03-29)

### Bug Fixes

* **Docker:** more unique container name for client ([4a07b4d](4a07b4d))
* **docker:** remove empty environmental value declaration in docker-compose ([8d86017](8d86017))
* remove bad docker compose volumes ([ebaa7f4](ebaa7f4))
* update docker-compose file ([e8819e2](e8819e2))
  • Loading branch information
semantic-release-bot committed Mar 29, 2024
1 parent e75c2ce commit 4e0424d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [1.1.4](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.1.3...v1.1.4) (2024-03-29)


### Bug Fixes

* **Docker:** more unique container name for client ([4a07b4d](https://github.com/Mirasaki/mirasaki-music-bot/commit/4a07b4dbc17ac4bd08a4483b7f4c36d978dece38))
* **docker:** remove empty environmental value declaration in docker-compose ([8d86017](https://github.com/Mirasaki/mirasaki-music-bot/commit/8d8601714ed5801bdd55ee631f869621e0a9610d))
* remove bad docker compose volumes ([ebaa7f4](https://github.com/Mirasaki/mirasaki-music-bot/commit/ebaa7f4b1450f90028cbd9b8d6902c9945ebc79e))
* update docker-compose file ([e8819e2](https://github.com/Mirasaki/mirasaki-music-bot/commit/e8819e2e48feedf18c03e460b11bc875d1927eb7))

## [1.1.3](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.1.2...v1.1.3) (2023-12-20)


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

0 comments on commit 4e0424d

Please sign in to comment.