Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Aug 6, 2019
1 parent 41d0bdb commit d1469c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,5 @@
3.0.0-0 Prerelease / 2019-07-28
==============================
3.0.0 / 2019-08-??
=================

* Add option to specify executable file name ([#999])
* e.g. `.command('clone', 'clone description', { executableFile: 'myClone' })`
Expand Down Expand Up @@ -61,6 +61,11 @@ program
[#991]: https://github.com/tj/commander.js/issues/991
[#999]: https://github.com/tj/commander.js/issues/999

3.0.0-0 Prerelease / 2019-07-28
==============================

(Released as 3.0.0)

2.20.0 / 2019-04-02
==================

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
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "3.0.0-0",
"version": "3.0.0",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand Down

0 comments on commit d1469c0

Please sign in to comment.