Skip to content

Commit

Permalink
chore: update versions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital authored Oct 24, 2024
2 parents 38a94fd + 3812b50 commit 0b4f647
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
### 2024.10.24

#### @artifact/dumb-bot 0.0.8 (patch)

- fix(reasoner,dumb-bot): readme instructions link was relative to workspace
root

#### @artifact/reasoner 0.0.2 (patch)

- fix(reasoner,dumb-bot): readme instructions link was relative to workspace
root

### 2024.10.24

#### @artifact/dumb-bot 0.0.7 (patch)

- feat(dumb-bot): add dumb-bot
Expand Down
2 changes: 1 addition & 1 deletion dumb-bot/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifact/dumb-bot",
"version": "0.0.7",
"version": "0.0.8",
"exports": {
".": "./mod.ts"
}
Expand Down
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

"@artifact/files": "jsr:@artifact/files@^0.0.1",
"@artifact/openai": "jsr:@artifact/openai@^0.0.1",
"@artifact/dumb-bot": "jsr:@artifact/dumb-bot@^0.0.7",
"@artifact/reasoner": "jsr:@artifact/reasoner@^0.0.1",
"@artifact/dumb-bot": "jsr:@artifact/dumb-bot@^0.0.8",
"@artifact/reasoner": "jsr:@artifact/reasoner@^0.0.2",
"@artifact/fixture": "jsr:@artifact/fixture@^0.0.1",
"@artifact/hamr": "jsr:@artifact/hamr@^0.0.1",
"@artifact/info": "jsr:@artifact/info@^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion reasoner/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifact/reasoner",
"version": "0.0.1",
"version": "0.0.2",
"exports": {
".": "./mod.ts"
}
Expand Down

0 comments on commit 0b4f647

Please sign in to comment.