Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](v1.2.1...v1.2.2) (2024-08-10)

### Bug Fixes

* remove support for YouTube and Spotify ([872d2e5](872d2e5))
  • Loading branch information
semantic-release-bot committed Aug 10, 2024
1 parent bcfd6b5 commit 06d8241
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.2.2](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.2.1...v1.2.2) (2024-08-10)


### Bug Fixes

* remove support for YouTube and Spotify ([872d2e5](https://github.com/Mirasaki/mirasaki-music-bot/commit/872d2e5bf340dec7836c349f354d46256465d866))

## [1.1.9](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.1.8...v1.1.9) (2024-07-16)


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

0 comments on commit 06d8241

Please sign in to comment.