From 15c1ac8bb5a32fb83a7af7f6de4b85768f74cff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 3 Sep 2015 09:22:59 +0200 Subject: [PATCH] 2.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create stack-removing errorhandler middleware (Richard Walker) * Update README.md (Rand McKinney) * Allow EJS templates to use includes (Samuel Gaus) * Fix options.to assertion message in user.verify (Farid Nouri Neshat) * Upgrade Travis to container-based infrastructure (Miroslav Bajtoš) * fix typo "PeristedModel" (Christoph) --- CHANGES.md | 16 ++++++++++++++++ package.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5a8c8cc3..e6ec5285 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +2015-09-03, Version 2.22.0 +========================== + + * Create stack-removing errorhandler middleware (Richard Walker) + + * Update README.md (Rand McKinney) + + * Allow EJS templates to use includes (Samuel Gaus) + + * Fix options.to assertion message in user.verify (Farid Nouri Neshat) + + * Upgrade Travis to container-based infrastructure (Miroslav Bajtoš) + + * fix typo "PeristedModel" (Christoph) + + 2015-08-13, Version 2.21.0 ========================== diff --git a/package.json b/package.json index b7ab4d54..e73e5638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback", - "version": "2.21.0", + "version": "2.22.0", "description": "LoopBack: Open Source Framework for Node.js", "homepage": "http://loopback.io", "keywords": [ @@ -107,6 +107,6 @@ "url": "https://github.com/strongloop/loopback/blob/master/LICENSE" }, "optionalDependencies": { - "sl-blip": "http://blip.strongloop.com/loopback@2.21.0" + "sl-blip": "http://blip.strongloop.com/loopback@2.22.0" } }