Skip to content

Commit 0b4f647

Browse files
chore: update versions (#8)
2 parents 38a94fd + 3812b50 commit 0b4f647

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

Releases.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
### 2024.10.24
22

3+
#### @artifact/dumb-bot 0.0.8 (patch)
4+
5+
- fix(reasoner,dumb-bot): readme instructions link was relative to workspace
6+
root
7+
8+
#### @artifact/reasoner 0.0.2 (patch)
9+
10+
- fix(reasoner,dumb-bot): readme instructions link was relative to workspace
11+
root
12+
13+
### 2024.10.24
14+
315
#### @artifact/dumb-bot 0.0.7 (patch)
416

517
- feat(dumb-bot): add dumb-bot

dumb-bot/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@artifact/dumb-bot",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"exports": {
55
".": "./mod.ts"
66
}

import_map.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
"@artifact/files": "jsr:@artifact/files@^0.0.1",
1717
"@artifact/openai": "jsr:@artifact/openai@^0.0.1",
18-
"@artifact/dumb-bot": "jsr:@artifact/dumb-bot@^0.0.7",
19-
"@artifact/reasoner": "jsr:@artifact/reasoner@^0.0.1",
18+
"@artifact/dumb-bot": "jsr:@artifact/dumb-bot@^0.0.8",
19+
"@artifact/reasoner": "jsr:@artifact/reasoner@^0.0.2",
2020
"@artifact/fixture": "jsr:@artifact/fixture@^0.0.1",
2121
"@artifact/hamr": "jsr:@artifact/hamr@^0.0.1",
2222
"@artifact/info": "jsr:@artifact/info@^0.0.1",

reasoner/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@artifact/reasoner",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"exports": {
55
".": "./mod.ts"
66
}

0 commit comments

Comments
 (0)