-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.21.0](v0.20.0...v0.21.0) (2023-11-21) ### Features * share docker builds between environments ([7ff1097](7ff1097)) * timeout retry ([f8f632e](f8f632e))
- Loading branch information
1 parent
f8f632e
commit 84f7b2f
Showing
5 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "beet-bot", | ||
"version": "0.20.0", | ||
"version": "0.21.0", | ||
"description": "The beet bot", | ||
"author": "Valentin Berlier <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -40,7 +40,7 @@ | |
"build": "unbuild" | ||
}, | ||
"dependencies": { | ||
"@beet-bot/discord": "0.20.0", | ||
"@beet-bot/discord": "0.21.0", | ||
"dotenv": "^16.0.3", | ||
"mri": "^1.2.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@beet-bot/discord", | ||
"version": "0.20.0", | ||
"version": "0.21.0", | ||
"description": "Core implementation of the discord bot for the beet server", | ||
"author": "Valentin Berlier <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -40,7 +40,7 @@ | |
"build": "unbuild" | ||
}, | ||
"dependencies": { | ||
"@beet-bot/runner": "0.20.0", | ||
"@beet-bot/runner": "0.21.0", | ||
"discord.js": "^14.9.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@beet-bot/runner", | ||
"version": "0.20.0", | ||
"version": "0.21.0", | ||
"description": "Run beet builds from nodejs", | ||
"author": "Valentin Berlier <[email protected]>", | ||
"license": "MIT", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.