Skip to content

Commit c8de509

Browse files
committed
chore(release): 0.1.1 [skip ci]
1 parent da5b7ab commit c8de509

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# 0.1.0 (2024-03-01)
1+
## [0.1.1](https://github.com/CodeGenieApp/cli/compare/0.1.0...0.1.1) (2024-03-02)
2+
3+
4+
### Bug Fixes
5+
6+
* release ([da5b7ab](https://github.com/CodeGenieApp/cli/commit/da5b7abe70b0a5737fc657654662eeb351f3b8bf))
7+
8+
9+
10+
# [0.1.0](https://github.com/CodeGenieApp/cli/compare/d8ec3c90024b3f86cf683326c638b3144bfcf1f1...0.1.0) (2024-03-01)
211

312

413
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @codegenie/cli
1818
$ @codegenie/cli COMMAND
1919
running command...
2020
$ @codegenie/cli (--version)
21-
@codegenie/cli/0.1.0 linux-x64 node-v18.19.1
21+
@codegenie/cli/0.1.1 linux-x64 node-v18.19.1
2222
$ @codegenie/cli --help [COMMAND]
2323
USAGE
2424
$ @codegenie/cli COMMAND
@@ -107,7 +107,7 @@ EXAMPLES
107107
$ @codegenie/cli login
108108
```
109109

110-
_See code: [src/commands/login.ts](https://github.com/CodeGenieApp/cli/blob/0.1.0/src/commands/login.ts)_
110+
_See code: [src/commands/login.ts](https://github.com/CodeGenieApp/cli/blob/0.1.1/src/commands/login.ts)_
111111

112112
## `@codegenie/cli update [CHANNEL]`
113113

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@codegenie/cli",
33
"description": "Code Genie CLI",
44
"author": "Brett @brettstack",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"repository": "CodeGenieApp/cli",
77
"homepage": "https://github.com/CodeGenieApp/cli",
88
"bugs": "https://github.com/CodeGenieApp/cli/issues",

0 commit comments

Comments
 (0)