diff --git a/CHANGES.md b/CHANGES.md index ea9e36a8..654f37e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2015-06-23, Version 3.15.1 +========================== + + * Workaround for https://github.com/jprichardson/node-jsonfile/issues/26 (Raymond Feng) + + 2015-06-16, Version 3.15.0 ========================== diff --git a/package.json b/package.json index 33758efb..c7f458cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-workspace", - "version": "3.15.0", + "version": "3.15.1", "main": "app.js", "scripts": { "pretest": "test -z \"$JENKINS_HOME\" || (echo | node bin/setup-mysql.js)",