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@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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-discord-bot",
|
||||
"packagePath": "packages/create-discord-bot",
|
||||
"tagTemplate": "{{name}}/{{new-version}}",
|
||||
"tagTemplate": "{{name}}@{{new-version}}",
|
||||
"identifierBase": false
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user