Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
 * test: add basic tests for license command (Ryan Graham)
 * lib: promisify license module (Ryan Graham)
 * add support for Apache-2.0 license (Ryan Graham)
 * allow travis to submit coverage to coveralls.io (Ryan Graham)
 * ci: fix inadequate clone depth in travis (Ryan Graham)
 * add to travis-ci.org (Ryan Graham)
  • Loading branch information
rmg committed May 13, 2016
1 parent 6551d24 commit 2288b51
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGES.md
@@ -1,4 +1,20 @@
2016-03-29, Version 4.3.0
2016-05-13, Version 4.4.0
=========================

* test: add basic tests for license command (Ryan Graham)

* lib: promisify license module (Ryan Graham)

* add support for Apache-2.0 license (Ryan Graham)

* allow travis to submit coverage to coveralls.io (Ryan Graham)

* ci: fix inadequate clone depth in travis (Ryan Graham)

* add to travis-ci.org (Ryan Graham)


2016-03-28, Version 4.3.0
=========================

* don't ignore tests if exported (Ryan Graham)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "strong-tools",
"version": "4.3.0",
"version": "4.4.0",
"description": "Package maintenance tools from StrongLoop",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2288b51

Please sign in to comment.