Skip to content

Commit

Permalink
3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 14, 2020
1 parent 4604256 commit e056143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## next
## 3.0.0-beta.1

- Restored wrongly removed `Command#extend()`
- Changed `Command`'s constructor and `Command#command(method)` to take `usage` only (i.e. `command('name [param]')` instead `command('name', '[param]')`)
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Expand Up @@ -5,7 +5,7 @@
"author": "Roman Dvornov <rdvornov@gmail.com>",
"repository": "lahmatiy/clap",
"license": "MIT",
"version": "2.0.1",
"version": "3.0.0-beta.1",
"keywords": [
"cli",
"command",
Expand Down

0 comments on commit e056143

Please sign in to comment.