Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-06-12)

### Bug Fixes

* avoid additional packages and delete apt-get lists ([8477ec3](8477ec3))
* check dotenv file path ([cc71231](cc71231))

### Features

* initial commit 🥳 ([5a70e0e](5a70e0e))
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent 5cf637f commit 165ba0b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,12 @@
# 1.0.0 (2023-06-12)


### Bug Fixes

* avoid additional packages and delete apt-get lists ([8477ec3](https://github.com/Mirasaki/mirasaki-music-bot/commit/8477ec3fe212a7caf3d6d25a295ddfba96e35f72))
* check dotenv file path ([cc71231](https://github.com/Mirasaki/mirasaki-music-bot/commit/cc7123115a97d6b1572e2373f0828dbdfc6e04d0))


### Features

* initial commit 🥳 ([5a70e0e](https://github.com/Mirasaki/mirasaki-music-bot/commit/5a70e0ee3c715256d8e5c9ee2f591496b3f51f0d))
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": "3.3.0",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "node .",
Expand Down

0 comments on commit 165ba0b

Please sign in to comment.