1.8.1
* 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:
parent
728a1986df
commit
2104efe438
10
CHANGES.md
10
CHANGES.md
|
@ -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
|
2016-03-29, Version 1.8.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-storage",
|
"name": "loopback-component-storage",
|
||||||
"description": "Loopback Storage Service",
|
"description": "Loopback Storage Service",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
||||||
|
|
Loading…
Reference in New Issue