Skip to content

Commit

Permalink
chore(release): 1.1.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.8](v1.1.7...v1.1.8) (2024-07-11)

### Bug Fixes

* regenerate package-lock ([6f8cdd5](6f8cdd5))
* set min node version to 18 ([d56cd61](d56cd61))
* use new youtube extractor provider ([2e98af1](2e98af1))
  • Loading branch information
semantic-release-bot committed Jul 11, 2024
1 parent 9336de5 commit 0e0381a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.8](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.1.7...v1.1.8) (2024-07-11)


### Bug Fixes

* regenerate package-lock ([6f8cdd5](https://github.com/Mirasaki/mirasaki-music-bot/commit/6f8cdd5af02075bc52db5f52a9396492388a9a05))
* set min node version to 18 ([d56cd61](https://github.com/Mirasaki/mirasaki-music-bot/commit/d56cd615888340c2fdf21e3da57e987e4dfb03ff))
* use new youtube extractor provider ([2e98af1](https://github.com/Mirasaki/mirasaki-music-bot/commit/2e98af11217b22c0103449cbbf837d3b8b629c2a))

## [1.1.7](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.1.6...v1.1.7) (2024-06-21)


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

0 comments on commit 0e0381a

Please sign in to comment.