* update/insert copyright notices (Ryan Graham)
 * relicese as Artistic-2.0 only (Ryan Graham)
 * Update storage-service.js (Rand McKinney)
This commit is contained in:
Ryan Graham 2016-05-03 16:18:38 -07:00
parent 728a1986df
commit 2104efe438
No known key found for this signature in database
GPG Key ID: F15A82CDEFD85858
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2016-05-03, Version 1.8.1
=========================
* update/insert copyright notices (Ryan Graham)
* relicese as Artistic-2.0 only (Ryan Graham)
* Update storage-service.js (Rand McKinney)
2016-03-29, Version 1.8.0
=========================

View File

@ -1,7 +1,7 @@
{
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"version": "1.8.0",
"version": "1.8.1",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"