mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* chore(create-discord-bot): release create-discord-bot@4.0.0 * chore(ci): handle identical deploy to create-discord-app --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
6.3 KiB
6.3 KiB
Changelog
All notable changes to this project will be documented in this file.
create-discord-bot@4.0.0 - (2025-06-21)
Bug Fixes
- Structure imports on windows (#10835) (5c0b714) by @almeidx
- create-discord-bot: Register command files in subdirectories (#10775) (79b79b6) by @schrodienieur
Documentation
Refactor
- Remove
registerEventsfunction (#10877) (2c21de6) by @sdanialraza - constants: Update guide URL (#10803) (eabcc52) by @Jiralite
Build
- Bump Node.js to 22.12.0 (#10726) (3db8ce7) by @Jiralite
- BREAKING CHANGE: Node.js 22.12.0 or above is required.
- Bumps the version of create-discord-bot and create-discord-app to
4.0.0for consistency
New Contributors
- @schrodienieur made their first contribution in #10775
- @nsgpriyanshu made their first contribution in #10428
create-discord-bot@1.0.0 - (2025-01-01)
Features
- Upgrade create-discord-bot dependencies (#10673) (a111cdd) by @Jiralite
New Contributors
- @Jiralite made their first contribution in #10673
- @almeidx made their first contribution in #10671
- @ckohen made their first contribution in #10471
create-discord-bot@0.3.1 - (2024-09-01)
Bug Fixes
- Failed build in node and bad lints (#10444) (00accf7)
create-discord-bot@0.3.0 - (2024-05-04)
Bug Fixes
- Bun: Fix typo for Bun template (#9987) (ce0be39)
Features
- Local and preview detection (79fbda3)
Refactor
create-discord-bot@0.2.3 - (2023-11-12)
Bug Fixes
- Import picocolors as default (#9949) (8a6045f)
Features
- Bump package versions (e8bd354)
create-discord-bot@0.2.2 - (2023-11-12)
Bug Fixes
- Update module to
NodeNextin tsconfig.json (#9875) (f586283)
Documentation
- create-discord-bot: Support bun in create-discord-bot (#9798) (7157748)
Features
create-discord-bot@0.2.1 - (2023-08-17)
Bug Fixes
- create-discord-bot: Add shebang in main file (#9747) (99194fc)
create-discord-bot@0.2.0 - (2023-07-31)
Bug Fixes
- Resolve imports for Windows (#9546) (b6162bc)
- Non-existing data property (#9544) (5b8d535)
- create-discord-bot: Fix start script (#9542) (8482e3c)
Documentation
- Add Cloudflare sponsorship in
create-discord-botreadme (#9540) (12482b7)
Features
- create-discord-bot: Throw error if the directory is a file (#9719) (351a18b)
- create-discord-bot: Add prompts, command handler and deployment script (#9570) (84f1b18)
- Check for empty directory (#9539) (64324a8)
- create-discord-bot: Inherit stdio when installing deps (#9543) (c4a3120)
create-discord-bot@0.1.0 - (2023-05-07)
Features
- Create-discord-bot (#9420) (f83a8a5)