* Fix path joining/expanding (Loay)
 * Image not found should return 404 (David Cheung)
 * make sure tests fail upon error (David Cheung)
 * Revert dev-dependency on loopback to 2.x (Siddhi Pai)
 * Set publish tag to "lts" (Siddhi Pai)
This commit is contained in:
Ryan Graham 2017-02-10 15:16:06 -08:00
parent 891a0c32c4
commit ba9c86913e
No known key found for this signature in database
GPG Key ID: F15A82CDEFD85858
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
2017-02-10, Version 1.10.1
==========================
* Fix path joining/expanding (Loay)
* Image not found should return 404 (David Cheung)
* make sure tests fail upon error (David Cheung)
* Revert dev-dependency on loopback to 2.x (Siddhi Pai)
* Set publish tag to "lts" (Siddhi Pai)
2016-11-11, Version 1.10.0
==========================

View File

@ -1,7 +1,7 @@
{
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"version": "1.10.0",
"version": "1.10.1",
"publishConfig": {
"tag": "lts"
},