Skip to content

Commit

Permalink
chore(release): 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.3.0](v3.2.0...v3.3.0) (2023-04-15)

### Bug Fixes

* avoid circular dependency resolving clientConfig ([169d819](169d819))
* **Command:** properly set config.cooldown.duration ([3bf277b](3bf277b))

### Features

* `/set-name` command ([bfae3a2](bfae3a2))
* `set-avatar` command ([7bae016](7bae016))
* add `msToHumanReadableTime` util fn ([ee41cd8](ee41cd8))
* add changelog and package version to semantic-release ([598675d](598675d))
* allow dynamic button actions ([abfb331](abfb331))
* provide additional configuration for `/invite` ([259762c](259762c))
  • Loading branch information
semantic-release-bot committed Apr 15, 2023
1 parent a613038 commit fa3f769
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [3.3.0](https://github.com/Mirasaki/discord.js-bot-template/compare/v3.2.0...v3.3.0) (2023-04-15)


### Bug Fixes

* avoid circular dependency resolving clientConfig ([169d819](https://github.com/Mirasaki/discord.js-bot-template/commit/169d8197eb0a79f2eec9f54b13967f585e97098f))
* **Command:** properly set config.cooldown.duration ([3bf277b](https://github.com/Mirasaki/discord.js-bot-template/commit/3bf277b3da15a9554a1d41df6a44092c7006778e))


### Features

* `/set-name` command ([bfae3a2](https://github.com/Mirasaki/discord.js-bot-template/commit/bfae3a214802e5d27c61ea2137d242a49945a77b))
* `set-avatar` command ([7bae016](https://github.com/Mirasaki/discord.js-bot-template/commit/7bae01640e32050531bbb1f14883dcf8df774d3a))
* add `msToHumanReadableTime` util fn ([ee41cd8](https://github.com/Mirasaki/discord.js-bot-template/commit/ee41cd8cbcac4864fff1369eab76f414d3b105df))
* add changelog and package version to semantic-release ([598675d](https://github.com/Mirasaki/discord.js-bot-template/commit/598675d5a07acf98b00b776ced69d142cb25a08b))
* allow dynamic button actions ([abfb331](https://github.com/Mirasaki/discord.js-bot-template/commit/abfb3314669dfea1aa8b383792bc79e0aaaf9ea3))
* provide additional configuration for `/invite` ([259762c](https://github.com/Mirasaki/discord.js-bot-template/commit/259762cc062bd82b4f45d02470d2600613e22e12))
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": "discord.js-bot-template",
"description": "A discord bot template using discord.js",
"version": "2.0.7",
"version": "3.3.0",
"main": "src/index.js",
"scripts": {
"start": "node .",
Expand Down

0 comments on commit fa3f769

Please sign in to comment.