Skip to content

Commit ed17947

Browse files
chore(main): release discord-interactions 4.4.0 (#113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11cfbe3 commit ed17947

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.3.0"
2+
".": "4.4.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [4.4.0](https://github.com/discord/discord-interactions-js/compare/discord-interactions-v4.3.0...discord-interactions-v4.4.0) (2025-10-09)
4+
5+
6+
### Features
7+
8+
* add ButtonStyleTypes.Premium ([#55](https://github.com/discord/discord-interactions-js/issues/55)) ([321f55e](https://github.com/discord/discord-interactions-js/commit/321f55e1390ef72f38c47b5d5bfed99e2fc4fdd8))
9+
* add webhook enums ([#84](https://github.com/discord/discord-interactions-js/issues/84)) ([72dd54c](https://github.com/discord/discord-interactions-js/commit/72dd54ca26dbcec037fa7c091d26852c91471ccd))
10+
* add webhook event middleware and expand Discord webhook support ([#100](https://github.com/discord/discord-interactions-js/issues/100)) ([64d80fb](https://github.com/discord/discord-interactions-js/commit/64d80fbc5da5c2aced288891d96abb8cc3412734))
11+
* export addition types including ActionRow ([#40](https://github.com/discord/discord-interactions-js/issues/40)) ([748e241](https://github.com/discord/discord-interactions-js/commit/748e2415c5282da25ccf4fea47323a3c2dd3e6be))
12+
* Select menus in modals, and other fixes ([#96](https://github.com/discord/discord-interactions-js/issues/96)) ([87eb06a](https://github.com/discord/discord-interactions-js/commit/87eb06ae14bd57f9894b673057e8746c04a88898))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** remove dependency on node-fetch ([#70](https://github.com/discord/discord-interactions-js/issues/70)) ([a5710cb](https://github.com/discord/discord-interactions-js/commit/a5710cb497656e79b7e1dc02cdb6ff379556981f))
18+
* Fix types to take into account selects ([#86](https://github.com/discord/discord-interactions-js/issues/86)) ([0e15669](https://github.com/discord/discord-interactions-js/commit/0e156691ff40af420e43a11cbb9cb3e29b461f17))
19+
* prevent stalling requests ([#10](https://github.com/discord/discord-interactions-js/issues/10)) ([c3965c3](https://github.com/discord/discord-interactions-js/commit/c3965c39a8ddc584a9f42e39599a4f19b885aeb8))
20+
* Remove console.error on verifyKey failure; simply return false ([#46](https://github.com/discord/discord-interactions-js/issues/46)) ([f341dd4](https://github.com/discord/discord-interactions-js/commit/f341dd4337d78060c8411ba6c6aeec0a210c2fd0))
21+
* remove dependency on tweetnacl ([#73](https://github.com/discord/discord-interactions-js/issues/73)) ([69499c9](https://github.com/discord/discord-interactions-js/commit/69499c93931a11a498ab0b42aee0c49081b8f6a6))
22+
* reset version no ([#112](https://github.com/discord/discord-interactions-js/issues/112)) ([11cfbe3](https://github.com/discord/discord-interactions-js/commit/11cfbe36b4c1407433739992c49af757c3a1bf9c))
23+
* trigger a release ([#107](https://github.com/discord/discord-interactions-js/issues/107)) ([73c4a11](https://github.com/discord/discord-interactions-js/commit/73c4a11d449801b3eb22330e76cfa358f16ab58e))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-interactions",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Helpers for discord interactions",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)