Skip to content

Commit

Permalink
carnesen-cli-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carnesen committed Feb 26, 2022
1 parent 714fea1 commit d4a806b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/cli/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# **@carnesen/cli** changelog

## Upcoming
## Upcoming

## carnesen-cli-0.6.0 (2022-02-26)

- Fix: CliStringChoicesArgGroup factory should allow readonly string array choices [#193](https://github.com/carnesen/cli/issues/193)

- Internal: Update dependencies. Use @carnesen/dev to release.

## 0.5.1 - 2020-02-06

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carnesen/cli",
"description": "A command-line interface framework for Node.js and web browser",
"version": "0.5.3-1",
"version": "0.6.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
Expand Down

0 comments on commit d4a806b

Please sign in to comment.