chore: Release create-discord-app/bot (#11198)

* build: bump versions

* build: specify `monoRepo`

Specifying that this is a monorepo seems to fix changelog generation and the conventional bumping.

* chore(create-discord-bot): release create-discord-bot@4.1.0
This commit is contained in:
Jiralite
2025-10-24 19:06:45 +01:00
committed by GitHub
parent 0c1ff5ea29
commit c05f653f0a
8 changed files with 40 additions and 12 deletions

View File

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