Skip to content

Commit ad0d9a2

Browse files
almeidxvladfrangu
andauthored
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>
1 parent a111cdd commit ad0d9a2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-discord-bot",
33
"packagePath": "packages/create-discord-bot",
4-
"tagTemplate": "{{name}}/{{new-version}}",
4+
"tagTemplate": "{{name}}@{{new-version}}",
55
"identifierBase": false
66
}

packages/create-discord-bot/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [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)
6+
7+
## Features
8+
9+
- Upgrade create-discord-bot dependencies (#10673) ([a111cdd](https://github.com/discordjs/discord.js/commit/a111cddcea13afa24cde7fc39f60a62abec539cf)) by @Jiralite
10+
11+
### New Contributors
12+
13+
* @Jiralite made their first contribution in #10673
14+
* @almeidx made their first contribution in #10671
15+
* @ckohen made their first contribution in #10471
16+
517
# [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)
618

719
## Bug Fixes

packages/create-discord-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "create-discord-bot",
4-
"version": "0.3.1",
4+
"version": "1.0.0",
55
"description": "A simple way to create a startup Discord bot.",
66
"scripts": {
77
"build": "tsc --noEmit && tsup",

0 commit comments

Comments
 (0)