Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.0...v3.4.0) (2023-09-22)

### Bug Fixes

* Avoid overwriting original description in cleanAPIData ([bed40d4](bed40d4))
* config file import path ([f35c2ed](f35c2ed))
* context menu command identification ([5ad8085](5ad8085))
* discriminator deprecation ([9714318](9714318))
* emoji before tag in `/permlevel` ([e3c67dc](e3c67dc))
* resolve BigInt permissions into human readable ([d1209c3](d1209c3))
* slice command descriptions for cmd select menu ([195a5e9](195a5e9))
* use activeOption for identifying missing handlers ([6d454a9](6d454a9))
* use res#json over #send for wider serialization support ([454c10a](454c10a))
* wrong command data from being display when API command data validation fails ([70d57bc](70d57bc))

### Features

* add status endpoint to express API ([673e093](673e093))
* global ephemeral replies for system messages ([5259ca9](5259ca9))
* use single client config import ([5edb477](5edb477))
  • Loading branch information
semantic-release-bot committed Sep 22, 2023
1 parent 7d1413a commit 443f623
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [3.4.0](https://github.com/Mirasaki/discord.js-bot-template/compare/v3.3.0...v3.4.0) (2023-09-22)


### Bug Fixes

* Avoid overwriting original description in cleanAPIData ([bed40d4](https://github.com/Mirasaki/discord.js-bot-template/commit/bed40d41b1321bd3c045e149f6af92653e139e04))
* config file import path ([f35c2ed](https://github.com/Mirasaki/discord.js-bot-template/commit/f35c2ed8241869e4a5eeab07c30454388124b0b7))
* context menu command identification ([5ad8085](https://github.com/Mirasaki/discord.js-bot-template/commit/5ad8085909993c90e4dbb47fd59a3180bc4c1423))
* discriminator deprecation ([9714318](https://github.com/Mirasaki/discord.js-bot-template/commit/9714318d7ae89b13545801ea45c66f7287b52e9d))
* emoji before tag in `/permlevel` ([e3c67dc](https://github.com/Mirasaki/discord.js-bot-template/commit/e3c67dcbfe5088cd864d200f0a794f763bdcd0f9))
* resolve BigInt permissions into human readable ([d1209c3](https://github.com/Mirasaki/discord.js-bot-template/commit/d1209c3338a890c757200519e3c67d60f31f77d6))
* slice command descriptions for cmd select menu ([195a5e9](https://github.com/Mirasaki/discord.js-bot-template/commit/195a5e9d2fe2703b9b5c79ab03e7efb7ea60c29a))
* use activeOption for identifying missing handlers ([6d454a9](https://github.com/Mirasaki/discord.js-bot-template/commit/6d454a967f45cbed411396035ff4471054a8b91e))
* use res#json over #send for wider serialization support ([454c10a](https://github.com/Mirasaki/discord.js-bot-template/commit/454c10a01d54f9bbb028b64072f56305373585b4))
* wrong command data from being display when API command data validation fails ([70d57bc](https://github.com/Mirasaki/discord.js-bot-template/commit/70d57bc75b9fab6ff6aac253806a756278089d4f))


### Features

* add status endpoint to express API ([673e093](https://github.com/Mirasaki/discord.js-bot-template/commit/673e093fc515b92919d3b1f360ab8504648444b1))
* global ephemeral replies for system messages ([5259ca9](https://github.com/Mirasaki/discord.js-bot-template/commit/5259ca9770faf3af0476f07068935ccff5650c70))
* use single client config import ([5edb477](https://github.com/Mirasaki/discord.js-bot-template/commit/5edb4779d398c263caace02e381d452c75c45511))

# [3.3.0](https://github.com/Mirasaki/discord.js-bot-template/compare/v3.2.0...v3.3.0) (2023-04-15)


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": "discord.js-bot-template",
"description": "A discord bot template using discord.js",
"version": "3.3.0",
"version": "3.4.0",
"main": "src/index.js",
"scripts": {
"start": "node .",
Expand Down

0 comments on commit 443f623

Please sign in to comment.