Skip to content

Commit

Permalink
chore(release): 0.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.20.0](v0.19.0...v0.20.0) (2023-11-05)

### Features

* add isolated environments ([4316af4](4316af4))
* sendTyping, better action choice ux, and fix context menu actions ([f18033b](f18033b))
  • Loading branch information
actions-user committed Nov 5, 2023
1 parent 4316af4 commit af17180
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.20.0](https://github.com/mcbeet/beet-bot/compare/v0.19.0...v0.20.0) (2023-11-05)


### Features

* add isolated environments ([4316af4](https://github.com/mcbeet/beet-bot/commit/4316af46d90d24f57c51b2df69edcddcaffb1194))
* sendTyping, better action choice ux, and fix context menu actions ([f18033b](https://github.com/mcbeet/beet-bot/commit/f18033b6d0d4bdfca014a245ee2b5f1c00ed5da2))

# [0.19.0](https://github.com/mcbeet/beet-bot/compare/v0.18.0...v0.19.0) (2023-10-31)


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.19.0",
"version": "0.20.0",
"description": "The beet bot",
"author": "Valentin Berlier <berlier.v@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"build": "unbuild"
},
"dependencies": {
"@beet-bot/discord": "0.19.0",
"@beet-bot/discord": "0.20.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.19.0",
"version": "0.20.0",
"description": "Core implementation of the discord bot for the beet server",
"author": "Valentin Berlier <berlier.v@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"build": "unbuild"
},
"dependencies": {
"@beet-bot/runner": "0.19.0",
"@beet-bot/runner": "0.20.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.19.0",
"version": "0.20.0",
"description": "Run beet builds from nodejs",
"author": "Valentin Berlier <berlier.v@gmail.com>",
"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 af17180

Please sign in to comment.