File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 60
60
- run : deno publish --allow-dirty
61
61
- if : github.ref_type == 'tag'
62
62
id : extract-changelog
63
- uses : dahlia/submark@0.3.1
63
+ uses : dahlia/submark@ed8f47b4d51fda07e12b6e991641a8bd5ec62f8e
64
64
with :
65
65
input-file : CHANGES.md
66
66
heading-level : 2
@@ -106,4 +106,4 @@ jobs:
106
106
- id : deploy
107
107
uses : actions/deploy-pages@v4
108
108
109
- # cSpell: ignore denoland softprops
109
+ # cSpell: ignore denoland submark softprops
Original file line number Diff line number Diff line change 1
1
BotKit changelog
2
2
================
3
3
4
+ Version 0.1.1
5
+ -------------
6
+
7
+ To be released.
8
+
9
+
4
10
Version 0.1.0
5
11
-------------
6
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fedify/botkit" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"license" : " AGPL-3.0-only" ,
5
5
"unstable" : [
6
6
" kv" ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ install BotKit as a dependency:
48
48
~~~~ bash
49
49
mkdir my-bot/
50
50
cd my-bot/
51
- deno add jsr:@fedify/botkit@^0.1.0-dev
51
+ deno add jsr:@fedify/botkit
52
52
~~~~
53
53
54
54
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:
57
57
~~~~ json [deno.json] {5}
58
58
{
59
59
"imports" : {
60
- "@fedify/botkit" :
" jsr:@fedify/[email protected] -dev.13+d94fa9e4 "
60
+ "@fedify/botkit" :
" jsr:@fedify/[email protected] "
61
61
},
62
62
"unstable" : [" temporal" ]
63
63
}
You can’t perform that action at this time.
0 commit comments