diff --git a/CHANGES.md b/CHANGES.md index f1206b8..f8c8407 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,27 @@ +2016-11-11, Version 1.10.0 +========================== + + * Continue middleware chain after download error (Miroslav Bajtoš) + + * Clean up "download()" implementation (Miroslav Bajtoš) + + * Return error when no file is uploaded (Loay) + + * Update README with correct doc links, etc (Amir Jafarian) + + * Upgrade loopback to 3.0.0 (Loay) + + * Fix `use strict` (Amir Jafarian) + + * Simplify mocha test in package.json (Amir Jafarian) + + * Fix linting errors (Amir Jafarian) + + * Auto-update by eslint --fix (Amir Jafarian) + + * Add eslint infrastructure (Amir Jafarian) + + 2016-10-07, Version 1.9.2 ========================= diff --git a/package.json b/package.json index 86e0994..b6866d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "loopback-component-storage", "description": "Loopback Storage Service", - "version": "1.9.2", + "version": "1.10.0", "main": "index.js", "scripts": { "lint": "eslint .",