chore(release): 0.38.54 🎉 (#1783)

Build ran for e031a8d4de

Co-authored-by: discord-js[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
discord-js-bot[bot]
2026-08-28 12:56:29 +03:00
committed by GitHub
co-authored by discord-js[bot]
parent e031a8d4de
commit 5906dd8394
10 changed files with 32 additions and 4 deletions
+14
View File
@@ -1,3 +1,17 @@
## [0.38.54](https://github.com/discordjs/discord-api-types/compare/0.38.53...0.38.54) (2026-08-28)
### Bug Fixes
* allow DM channels on ChannelOption channel_type ([#1769](https://github.com/discordjs/discord-api-types/issues/1769)) ([4a85286](https://github.com/discordjs/discord-api-types/commit/4a8528677f693c0b2c8eadd8e076b52efa8688c6))
* correct `available_tags` types ([#1778](https://github.com/discordjs/discord-api-types/issues/1778)) ([53018e1](https://github.com/discordjs/discord-api-types/commit/53018e1d63e2fec9ea37c37b50cc8a635bad2687))
* **interactions:** omit respective properties ([#1777](https://github.com/discordjs/discord-api-types/issues/1777)) ([e6e07a7](https://github.com/discordjs/discord-api-types/commit/e6e07a721031ea9ea61a71568dec900f25193012))
### Features
* Obfuscation ([#1718](https://github.com/discordjs/discord-api-types/issues/1718)) ([e031a8d](https://github.com/discordjs/discord-api-types/commit/e031a8d4def5bfc22fad5af0aa056365c5d2fdcd))
## [0.38.53](https://github.com/discordjs/discord-api-types/compare/0.38.52...0.38.53) (2026-08-06)
+14
View File
@@ -1,3 +1,17 @@
## [0.38.54](https://github.com/discordjs/discord-api-types/compare/0.38.53...0.38.54) (2026-08-28)
### Bug Fixes
* allow DM channels on ChannelOption channel_type ([#1769](https://github.com/discordjs/discord-api-types/issues/1769)) ([4a85286](https://github.com/discordjs/discord-api-types/commit/4a8528677f693c0b2c8eadd8e076b52efa8688c6))
* correct `available_tags` types ([#1778](https://github.com/discordjs/discord-api-types/issues/1778)) ([53018e1](https://github.com/discordjs/discord-api-types/commit/53018e1d63e2fec9ea37c37b50cc8a635bad2687))
* **interactions:** omit respective properties ([#1777](https://github.com/discordjs/discord-api-types/issues/1777)) ([e6e07a7](https://github.com/discordjs/discord-api-types/commit/e6e07a721031ea9ea61a71568dec900f25193012))
### Features
* Obfuscation ([#1718](https://github.com/discordjs/discord-api-types/issues/1718)) ([e031a8d](https://github.com/discordjs/discord-api-types/commit/e031a8d4def5bfc22fad5af0aa056365c5d2fdcd))
## [0.38.53](https://github.com/discordjs/discord-api-types/compare/0.38.52...0.38.53) (2026-08-06)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "discord-api-types",
"version": "0.38.53",
"version": "0.38.54",
"description": "Discord API typings that are kept up to date for use in bot library creation.",
"homepage": "https://discord-api-types.dev",
"workspaces": [
@@ -1 +1 @@
[{"entryPoints":{"v10":{"path":"v10.ts","label":"API v10"},"v9":{"path":"v9.ts","label":"API v9"},"voice/v4":{"path":"voice/v4.ts","label":"Voice v4"},"voice/v8":{"path":"voice/v8.ts","label":"Voice v8"},"globals":{"path":"globals.ts","label":"Global Types"}},"packageRoot":"/home/runner/work/discord-api-types/discord-api-types/","packagePath":"./","packageSlug":"discord-api-types","packageName":"discord-api-types","packageVersion":"0.38.53"}]
[{"entryPoints":{"v10":{"path":"v10.ts","label":"API v10"},"v9":{"path":"v9.ts","label":"API v9"},"voice/v4":{"path":"voice/v4.ts","label":"Voice v4"},"voice/v8":{"path":"voice/v8.ts","label":"Voice v8"},"globals":{"path":"globals.ts","label":"Global Types"}},"packageRoot":"/home/runner/work/discord-api-types/discord-api-types/","packagePath":"./","packageSlug":"discord-api-types","packageName":"discord-api-types","packageVersion":"0.38.54"}]

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB

+1 -1
View File
@@ -1,3 +1,3 @@
[
"0.38.53"
"0.38.54"
]