Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2023-12-21)

### Bug Fixes

* **server-info:** lower mods displayed, avoid max characters rate-limit ([d60bd37](d60bd37))
* test and finish up prio queue ([fb17334](fb17334))

### Features

* include manual prio queue management (requested) ([0994fb3](0994fb3))
* schedule shutdown functionality ([858ab97](858ab97))
  • Loading branch information
semantic-release-bot committed Dec 21, 2023
1 parent 2000c2b commit ba41bbe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.7.0](https://github.com/Mirasaki/cftools-discord-bot/compare/v1.6.0...v1.7.0) (2023-12-21)


### Bug Fixes

* **server-info:** lower mods displayed, avoid max characters rate-limit ([d60bd37](https://github.com/Mirasaki/cftools-discord-bot/commit/d60bd37362d6a0feda73d4ca3ac5c0bd840e3807))
* test and finish up prio queue ([fb17334](https://github.com/Mirasaki/cftools-discord-bot/commit/fb17334e3f1b4221dabb6207ded0ca51be1547a9))


### Features

* include manual prio queue management (requested) ([0994fb3](https://github.com/Mirasaki/cftools-discord-bot/commit/0994fb3cf4b3284d5f27b54d01225e035c55475f))
* schedule shutdown functionality ([858ab97](https://github.com/Mirasaki/cftools-discord-bot/commit/858ab97e9dc82b98b06b77b8e3bffa036fe9168d))

# [1.6.0](https://github.com/Mirasaki/cftools-discord-bot/compare/v1.5.1...v1.6.0) (2023-11-30)


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

0 comments on commit ba41bbe

Please sign in to comment.