Skip to content

Commit

Permalink
chore(release): 0.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
actions-user committed Nov 21, 2023
1 parent f8f632e commit 84f7b2f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.21.0](https://github.com/mcbeet/beet-bot/compare/v0.20.0...v0.21.0) (2023-11-21)


### Features

* share docker builds between environments ([7ff1097](https://github.com/mcbeet/beet-bot/commit/7ff1097570f73428e410c175e8593253927fa191))
* timeout retry ([f8f632e](https://github.com/mcbeet/beet-bot/commit/f8f632e3e2dc92ee0a9717477ffde5ef35a0d7c5))

# [0.20.0](https://github.com/mcbeet/beet-bot/compare/v0.19.0...v0.20.0) (2023-11-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/beet-bot/package.json
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",
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/discord/package.json
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",
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
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",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84f7b2f

Please sign in to comment.