chore(create-discord-bot): release create-discord-bot@0.2.1

This commit is contained in:
iCrawl 2023-08-17 21:38:20 +02:00
parent 5cd6382d1d
commit 58d9024245
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
# [create-discord-bot@0.2.1](https://github.com/discordjs/discord.js/compare/create-discord-bot@0.2.0...create-discord-bot@0.2.1) - (2023-08-17)
## Bug Fixes
- **create-discord-bot:** Add shebang in main file (#9747) ([99194fc](https://github.com/discordjs/discord.js/commit/99194fc2703988693264ef4a7c2d7bb040c39fa8))
# [create-discord-bot@0.2.0](https://github.com/discordjs/discord.js/compare/create-discord-bot@0.1.0...create-discord-bot@0.2.0) - (2023-07-31)
## Bug Fixes

View file

@ -1,6 +1,6 @@
{
"name": "create-discord-bot",
"version": "0.2.0",
"version": "0.2.1",
"description": "A simple way to create a startup Discord bot.",
"scripts": {
"build": "tsup",