Skip to content

Commit

Permalink
chore(release): 0.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Mar 2, 2024
1 parent da5b7ab commit c8de509
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 0.1.0 (2024-03-01)
## [0.1.1](https://github.com/CodeGenieApp/cli/compare/0.1.0...0.1.1) (2024-03-02)


### Bug Fixes

* release ([da5b7ab](https://github.com/CodeGenieApp/cli/commit/da5b7abe70b0a5737fc657654662eeb351f3b8bf))



# [0.1.0](https://github.com/CodeGenieApp/cli/compare/d8ec3c90024b3f86cf683326c638b3144bfcf1f1...0.1.0) (2024-03-01)


### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @codegenie/cli
$ @codegenie/cli COMMAND
running command...
$ @codegenie/cli (--version)
@codegenie/cli/0.1.0 linux-x64 node-v18.19.1
@codegenie/cli/0.1.1 linux-x64 node-v18.19.1
$ @codegenie/cli --help [COMMAND]
USAGE
$ @codegenie/cli COMMAND
Expand Down Expand Up @@ -107,7 +107,7 @@ EXAMPLES
$ @codegenie/cli login
```

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@codegenie/cli",
"description": "Code Genie CLI",
"author": "Brett @brettstack",
"version": "0.1.0",
"version": "0.1.1",
"repository": "CodeGenieApp/cli",
"homepage": "https://github.com/CodeGenieApp/cli",
"bugs": "https://github.com/CodeGenieApp/cli/issues",
Expand Down

0 comments on commit c8de509

Please sign in to comment.