Skip to content

Commit

Permalink
4.5.0
Browse files Browse the repository at this point in the history
 * slt-release: commit shrinkwrap, but don't merge it (Ryan Graham)
 * slt-release: fallback to package.json for version (Ryan Graham)
 * slt: add shrinkwrap cmd for filtering fields (Ryan Graham)
 * deps: upgrade to lodash v4 (Ryan Graham)
 * slt license: replace sync-exec with Promises (Ryan Graham)
 * deps: remove dependency on request (Ryan Graham)
 * deps: update gift to latest version (Ryan Graham)
 * deps: replace spdx with spdx-expression-validate (Ryan Graham)
 * cla: refactor to easier async testing (Ryan Graham)
 * deps: upgrade eslint (Ryan Graham)
 * test: rewrite tapsert tests as tap tests (Ryan Graham)
  • Loading branch information
rmg committed May 26, 2016
1 parent d1ffb20 commit ca8c41a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2016-05-26, Version 4.5.0
=========================

* slt-release: commit shrinkwrap, but don't merge it (Ryan Graham)

* slt-release: fallback to package.json for version (Ryan Graham)

* slt: add shrinkwrap cmd for filtering fields (Ryan Graham)

* deps: upgrade to lodash v4 (Ryan Graham)

* slt license: replace sync-exec with Promises (Ryan Graham)

* deps: remove dependency on request (Ryan Graham)

* deps: update gift to latest version (Ryan Graham)

* deps: replace spdx with spdx-expression-validate (Ryan Graham)

* cla: refactor to easier async testing (Ryan Graham)

* deps: upgrade eslint (Ryan Graham)

* test: rewrite tapsert tests as tap tests (Ryan Graham)


2016-05-13, Version 4.4.0
=========================

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": "strong-tools",
"version": "4.4.0",
"version": "4.5.0",
"description": "Package maintenance tools from StrongLoop",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/test-license.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2014,2016. All Rights Reserved.
// Copyright IBM Corp. 2016. All Rights Reserved.
// Node module: strong-tools
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion test/test-shrinkwrap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2014,2016. All Rights Reserved.
// Copyright IBM Corp. 2016. All Rights Reserved.
// Node module: strong-tools
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
Expand Down

0 comments on commit ca8c41a

Please sign in to comment.