Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2023-11-24)

### Bug Fixes

* check watch-list exists before running ([9c5e0de](9c5e0de))
* update v2 reference for kdr ([0b72a14](0b72a14))

### Features

* **leaderboard:** support OVERALL default ranking stat ([e504321](e504321))
  • Loading branch information
semantic-release-bot committed Nov 24, 2023
1 parent 5211bd7 commit c3580e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.5.0](https://github.com/Mirasaki/cftools-discord-bot/compare/v1.4.1...v1.5.0) (2023-11-24)


### Bug Fixes

* check watch-list exists before running ([9c5e0de](https://github.com/Mirasaki/cftools-discord-bot/commit/9c5e0debeee61451abb60f1af2a24bfb25dcc548))
* update v2 reference for kdr ([0b72a14](https://github.com/Mirasaki/cftools-discord-bot/commit/0b72a14f55802786ddfe45652841f90a4afcaa21))


### Features

* **leaderboard:** support OVERALL default ranking stat ([e504321](https://github.com/Mirasaki/cftools-discord-bot/commit/e504321bd63ff9abdfde6f2900b380a4761d5107))

## [1.4.1](https://github.com/Mirasaki/cftools-discord-bot/compare/v1.4.0...v1.4.1) (2023-11-17)


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

0 comments on commit c3580e2

Please sign in to comment.