From 2104efe43815fca802cc3e644750a0dc887a3ff2 Mon Sep 17 00:00:00 2001 From: Ryan Graham Date: Tue, 3 May 2016 16:18:38 -0700 Subject: [PATCH] 1.8.1 * update/insert copyright notices (Ryan Graham) * relicese as Artistic-2.0 only (Ryan Graham) * Update storage-service.js (Rand McKinney) --- CHANGES.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e58621e..c2161e8 100644 --- a/CHANGES.md +++ b/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 ========================= diff --git a/package.json b/package.json index b5457a5..c5f703d 100644 --- a/package.json +++ b/package.json @@ -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"