Skip to content

Commit d1469c0

Browse files
committed
Bump version for release
1 parent 41d0bdb commit d1469c0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
3.0.0-0 Prerelease / 2019-07-28
2-
==============================
1+
3.0.0 / 2019-08-??
2+
=================
33

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

64+
3.0.0-0 Prerelease / 2019-07-28
65+
==============================
66+
67+
(Released as 3.0.0)
68+
6469
2.20.0 / 2019-04-02
6570
==================
6671

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "3.0.0-0",
3+
"version": "3.0.0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)