chore(create-discord-bot): release create-discord-bot@1.0.0 (#10674)

* chore: fix cliff-jumper config

* chore(create-discord-bot): release create-discord-bot@1.0.0

---------

Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
This commit is contained in:
Almeida
2025-01-01 23:28:01 +00:00
committed by GitHub
parent a111cddcea
commit ad0d9a295e
3 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "create-discord-bot",
"packagePath": "packages/create-discord-bot",
"tagTemplate": "{{name}}/{{new-version}}",
"tagTemplate": "{{name}}@{{new-version}}",
"identifierBase": false
}

View File

@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
# [create-discord-bot@1.0.0](https://github.com/discordjs/discord.js/compare/create-discord-bot@0.3.1...create-discord-bot@1.0.0) - (2025-01-01)
## Features
- Upgrade create-discord-bot dependencies (#10673) ([a111cdd](https://github.com/discordjs/discord.js/commit/a111cddcea13afa24cde7fc39f60a62abec539cf)) 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](https://github.com/discordjs/discord.js/compare/create-discord-bot@0.3.0...create-discord-bot@0.3.1) - (2024-09-01)
## Bug Fixes

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "create-discord-bot",
"version": "0.3.1",
"version": "1.0.0",
"description": "A simple way to create a startup Discord bot.",
"scripts": {
"build": "tsc --noEmit && tsup",