File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
packages/create-discord-bot Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-discord-bot" ,
3
3
"packagePath" : " packages/create-discord-bot" ,
4
- "tagTemplate" : " {{name}}/ {{new-version}}" ,
4
+ "tagTemplate" : " {{name}}@ {{new-version}}" ,
5
5
"identifierBase" : false
6
6
}
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
17
# [ 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)
6
18
7
19
## Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://json.schemastore.org/package.json" ,
3
3
"name" : " create-discord-bot" ,
4
- "version" : " 0.3.1 " ,
4
+ "version" : " 1.0.0 " ,
5
5
"description" : " A simple way to create a startup Discord bot." ,
6
6
"scripts" : {
7
7
"build" : " tsc --noEmit && tsup" ,
You can’t perform that action at this time.
0 commit comments