Skip to content

Commit 8d62511

Browse files
committed
Release 0.3.0
1 parent bba373c commit 8d62511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- if: github.ref_type == 'tag'
7878
run: |
7979
set -euo pipefail
80-
[[ "$(jq -r .version deno.json)" = "$GITHUB_REF_NAME" ]]
80+
[[ "$(jq -r .version packages/botkit/deno.json)" = "$GITHUB_REF_NAME" ]]
8181
deno task check-versions
8282
- run: |
8383
set -euo pipefail

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BotKit changelog
44
Version 0.3.0
55
-------------
66

7-
To be released.
7+
Released on August 28, 2025.
88

99
- BotKit now supports Node.js alongside of Deno. The minimum required
1010
version of Node.js is 22.0.0.

0 commit comments

Comments
 (0)