Skip to content

Commit

Permalink
4.5.2
Browse files Browse the repository at this point in the history
 * slt-release: don't add npmignore entries twice (Miroslav Bajtoš)
 * Update URLs in CONTRIBUTING.md (#68) (Ryan Graham)
 * Add 'use strict' to modules (Kevin Delisle)
 * doc: add 'slt copyright' description (Ryan Graham)
 * doc: remove github installation (Ryan Graham)
 * slt: add shrinkwrap command to help listing (Ryan Graham)
 * slt-release: document npm-shrinkwrap.json handling (Ryan Graham)
 * slt: fix silent shrinkwrap failures (Ryan Graham)
 * slt: handle CLIs that return Promises (Ryan Graham)
 * slt: remove duplicate shrinkwrap message (Ryan Graham)
  • Loading branch information
bajtos committed Sep 12, 2016
1 parent 8dbd12a commit 8ba705a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2016-09-12, Version 4.5.2
=========================

* slt-release: don't add npmignore entries twice (Miroslav Bajtoš)

* Update URLs in CONTRIBUTING.md (#68) (Ryan Graham)

* Add 'use strict' to modules (Kevin Delisle)

* doc: add 'slt copyright' description (Ryan Graham)

* doc: remove github installation (Ryan Graham)

* slt: add shrinkwrap command to help listing (Ryan Graham)

* slt-release: document npm-shrinkwrap.json handling (Ryan Graham)

* slt: fix silent shrinkwrap failures (Ryan Graham)

* slt: handle CLIs that return Promises (Ryan Graham)

* slt: remove duplicate shrinkwrap message (Ryan Graham)


2016-05-26, Version 4.5.1
=========================

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.5.1",
"version": "4.5.2",
"description": "Package maintenance tools from StrongLoop",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8ba705a

Please sign in to comment.