From 1c1d534119183666aa5ffe876f846e0a3b6dde19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 9 Nov 2015 16:17:19 +0100 Subject: [PATCH] 2.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lib/registry: fix findModel for model ctor (Miroslav Bajtoš) * Refer to licenses with a link (Sam Roberts) * Fix user.resetPassword to fail on email not found (Simo Moujami) * Fix typo in doc comment (Rand McKinney) * Do not include redundant ports in verify links (Samuel Gaus) * Set application's id property only if it's empty. (wusuopu) * Check configs for shared method settings (Simon Ho) * Add test fixtures for shared methods (Simon Ho) * Clean up .jshintrc (Simon Ho) * Update comment about user ACL to reflect implementation (Felipe Oliveira Carvalho) --- CHANGES.md | 24 ++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f0c5bebd..a07d70f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,27 @@ +2015-11-09, Version 2.23.0 +========================== + + * lib/registry: fix findModel for model ctor (Miroslav Bajtoš) + + * Refer to licenses with a link (Sam Roberts) + + * Fix user.resetPassword to fail on email not found (Simo Moujami) + + * Fix typo in doc comment (Rand McKinney) + + * Do not include redundant ports in verify links (Samuel Gaus) + + * Set application's id property only if it's empty. (wusuopu) + + * Check configs for shared method settings (Simon Ho) + + * Add test fixtures for shared methods (Simon Ho) + + * Clean up .jshintrc (Simon Ho) + + * Update comment about user ACL to reflect implementation (Felipe Oliveira Carvalho) + + 2015-09-23, Version 2.22.2 ========================== diff --git a/package.json b/package.json index 5c68e13c..ecd3ae42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback", - "version": "2.22.2", + "version": "2.23.0", "description": "LoopBack: Open Source Framework for Node.js", "homepage": "http://loopback.io", "keywords": [ @@ -104,6 +104,6 @@ }, "license": "MIT", "optionalDependencies": { - "sl-blip": "http://blip.strongloop.com/loopback@2.22.2" + "sl-blip": "http://blip.strongloop.com/loopback@2.23.0" } }