Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2023-07-21)

### Bug Fixes

* discriminator deprecation ([78c9545](78c9545))
* wrong command data being display on command API errors ([61de626](61de626))
  • Loading branch information
semantic-release-bot committed Jul 21, 2023
1 parent b58ed14 commit b45e0e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [1.1.1](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.1.0...v1.1.1) (2023-07-21)


### Bug Fixes

* discriminator deprecation ([78c9545](https://github.com/Mirasaki/mirasaki-music-bot/commit/78c9545b1dc789337c9470afef929b76df7bf32e))
* wrong command data being display on command API errors ([61de626](https://github.com/Mirasaki/mirasaki-music-bot/commit/61de6265389455e1f27277286457d92d19b711bb))

# [1.1.0](https://github.com/Mirasaki/mirasaki-music-bot/compare/v1.0.0...v1.1.0) (2023-06-14)


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

0 comments on commit b45e0e5

Please sign in to comment.