Skip to content

Commit c9ff8f1

Browse files
committed
changeset
1 parent 6cba41d commit c9ff8f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mycoder
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Fix version check to handle packages in the future (like during dev)
8+
39
## 0.2.1
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mycoder",
33
"description": "A command line tool using agent that can do arbitrary tasks, including coding tasks",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"type": "module",
66
"bin": "./bin/cli.js",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)