Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.3.0"
".": "4.4.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [4.4.0](https://github.com/discord/discord-interactions-js/compare/discord-interactions-v4.3.0...discord-interactions-v4.4.0) (2025-10-09)


### Features

* add ButtonStyleTypes.Premium ([#55](https://github.com/discord/discord-interactions-js/issues/55)) ([321f55e](https://github.com/discord/discord-interactions-js/commit/321f55e1390ef72f38c47b5d5bfed99e2fc4fdd8))
* add webhook enums ([#84](https://github.com/discord/discord-interactions-js/issues/84)) ([72dd54c](https://github.com/discord/discord-interactions-js/commit/72dd54ca26dbcec037fa7c091d26852c91471ccd))
* 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))
* 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))
* 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))


### Bug Fixes

* **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))
* 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))
* prevent stalling requests ([#10](https://github.com/discord/discord-interactions-js/issues/10)) ([c3965c3](https://github.com/discord/discord-interactions-js/commit/c3965c39a8ddc584a9f42e39599a4f19b885aeb8))
* 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))
* remove dependency on tweetnacl ([#73](https://github.com/discord/discord-interactions-js/issues/73)) ([69499c9](https://github.com/discord/discord-interactions-js/commit/69499c93931a11a498ab0b42aee0c49081b8f6a6))
* reset version no ([#112](https://github.com/discord/discord-interactions-js/issues/112)) ([11cfbe3](https://github.com/discord/discord-interactions-js/commit/11cfbe36b4c1407433739992c49af757c3a1bf9c))
* trigger a release ([#107](https://github.com/discord/discord-interactions-js/issues/107)) ([73c4a11](https://github.com/discord/discord-interactions-js/commit/73c4a11d449801b3eb22330e76cfa358f16ab58e))
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,6 +1,6 @@
{
"name": "discord-interactions",
"version": "4.3.0",
"version": "4.4.0",
"description": "Helpers for discord interactions",
"main": "dist/index.js",
"license": "MIT",
Expand Down