Skip to content

Commit

Permalink
Updated version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
four43 committed May 12, 2016
1 parent c1dc52e commit 2d622d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.11.0

**BREAKING CHANGES**

* Modified Changed signature of callbacks for Commands again. `cli` is in scope, don't send that back.
* Added Command.subElements, to help build out trees of commands.
* Updated README to reflect changes.

# v0.10.0

**BREAKING CHANGES**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admiral-cli",
"version": "0.10.0",
"version": "0.11.0",
"description": "A Command Line Framework (CLI) framework for Node.js. Admiral has features like other CLI frameworks, but adds validation and some callbacks in key places. Less configuration, stronger validation.",
"main": "main",
"scripts": {
Expand Down

0 comments on commit 2d622d9

Please sign in to comment.