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: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
branches:
- main
pull_request:
pull_request_target:
workflow_dispatch:
name: ci
env:
NODE: 22
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
node-version: ${{ env.NODE }}
cache: npm
registry-url: 'https://registry.npmjs.org'
- run: npm install -g npm@latest
- run: npm ci
- run: npm run build
- run: npm publish --provenance --access public
Expand Down
30 changes: 0 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +0,0 @@
# Changelog

## [4.5.0](https://github.com/discord/discord-interactions-js/compare/discord-interactions-v4.4.0...discord-interactions-v4.5.0) (2025-10-08)


### 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))
* trigger a release ([#107](https://github.com/discord/discord-interactions-js/issues/107)) ([73c4a11](https://github.com/discord/discord-interactions-js/commit/73c4a11d449801b3eb22330e76cfa358f16ab58e))

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


### Features

* 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))
* 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))