Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2024-01-11)

### Bug Fixes

* dont invalidate unknown interactions ([ed12d11](ed12d11))

### Features

* display prio queue public options ([229199e](229199e))
  • Loading branch information
semantic-release-bot committed Jan 11, 2024
1 parent 2990366 commit 00fd2ad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.8.0](https://github.com/Mirasaki/cftools-discord-bot/compare/v1.7.0...v1.8.0) (2024-01-11)


### Bug Fixes

* dont invalidate unknown interactions ([ed12d11](https://github.com/Mirasaki/cftools-discord-bot/commit/ed12d116edd932f3bf69bcbb3d61d89f8359725f))


### Features

* display prio queue public options ([229199e](https://github.com/Mirasaki/cftools-discord-bot/commit/229199ea6d3a5a138fb2bf2f2917956456832c7a))

# [1.7.0](https://github.com/Mirasaki/cftools-discord-bot/compare/v1.6.0...v1.7.0) (2023-12-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": "cftools-discord-bot",
"description": "A discord bot template using discord.js",
"version": "1.7.0",
"version": "1.8.0",
"main": "src/index.js",
"scripts": {
"start": "node .",
Expand Down

0 comments on commit 00fd2ad

Please sign in to comment.