File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11BotKit changelog
22================
33
4+ Version 0.1.1
5+ -------------
6+
7+ To be released.
8+
9+
410Version 0.1.0
511-------------
612
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ install BotKit as a dependency:
4848~~~~ bash
4949mkdir my-bot/
5050cd my-bot/
51- deno add jsr:@fedify/botkit@^0.1.0-dev
51+ deno add jsr:@fedify/botkit
5252~~~~
5353
5454Since 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/botkit@0.1.0-dev.13+d94fa9e4 "
60+ "@fedify/botkit" : " jsr:@fedify/botkit@0.1.0"
6161 },
6262 "unstable" : [" temporal" ]
6363}
You can’t perform that action at this time.
0 commit comments