Skip to content

Commit 2c30707

Browse files
committed
Version bump
[ci skip]
1 parent 5b66906 commit 2c30707

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- run: deno publish --allow-dirty
6161
- if: github.ref_type == 'tag'
6262
id: extract-changelog
63-
uses: dahlia/submark@0.3.1
63+
uses: dahlia/submark@ed8f47b4d51fda07e12b6e991641a8bd5ec62f8e
6464
with:
6565
input-file: CHANGES.md
6666
heading-level: 2
@@ -106,4 +106,4 @@ jobs:
106106
- id: deploy
107107
uses: actions/deploy-pages@v4
108108

109-
# cSpell: ignore denoland softprops
109+
# cSpell: ignore denoland submark softprops

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
BotKit changelog
22
================
33

4+
Version 0.1.1
5+
-------------
6+
7+
To be released.
8+
9+
410
Version 0.1.0
511
-------------
612

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fedify/botkit",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "AGPL-3.0-only",
55
"unstable": [
66
"kv",

docs/start.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install BotKit as a dependency:
4848
~~~~ bash
4949
mkdir my-bot/
5050
cd my-bot/
51-
deno add jsr:@fedify/botkit@^0.1.0-dev
51+
deno add jsr:@fedify/botkit
5252
~~~~
5353

5454
Since BotKit uses the [Temporal] API which is still unstable in Deno, you need
@@ -57,7 +57,7 @@ to turn it on in your *deno.json* settings:
5757
~~~~ json [deno.json] {5}
5858
{
5959
"imports": {
60-
"@fedify/botkit": "jsr:@fedify/[email protected]-dev.13+d94fa9e4"
60+
"@fedify/botkit": "jsr:@fedify/[email protected]"
6161
},
6262
"unstable": ["temporal"]
6363
}

0 commit comments

Comments
 (0)