diff --git a/bots/discord/CHANGELOG.md b/bots/discord/CHANGELOG.md index e07314f..2d58651 100644 --- a/bots/discord/CHANGELOG.md +++ b/bots/discord/CHANGELOG.md @@ -1,3 +1,10 @@ +# @revanced/discord-bot [1.0.0-dev.2](https://github.com/revanced/revanced-helper/compare/@revanced/discord-bot@1.0.0-dev.1...@revanced/discord-bot@1.0.0-dev.2) (2024-07-23) + + +### Features + +* **bots/discord:** don't nest builds in src directory, autogen db when missing ([4834685](https://github.com/revanced/revanced-helper/commit/48346851864c4d4b6276388644dd24ce16222b3e)) + # @revanced/discord-bot 1.0.0-dev.1 (2024-07-22) diff --git a/bots/discord/package.json b/bots/discord/package.json index 42fc321..143c03e 100644 --- a/bots/discord/package.json +++ b/bots/discord/package.json @@ -2,7 +2,7 @@ "name": "@revanced/discord-bot", "type": "module", "private": true, - "version": "1.0.0-dev.1", + "version": "1.0.0-dev.2", "description": "🤖 Discord bot assisting ReVanced", "main": "src/index.ts", "scripts": { @@ -43,4 +43,4 @@ "discord-api-types": "^0.37.92", "drizzle-kit": "^0.22.8" } -} +} \ No newline at end of file