From cdab45d40e354eea6430494b273a54e78b905c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 17 Aug 2017 09:58:23 +0200 Subject: [PATCH] 2.26.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Do not call callbacks twice in async boot scripts (Jürg Lehni) --- CHANGES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 94fe2a9..3bb867d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2017-08-17, Version 2.26.1 +========================== + + * Do not call callbacks twice in async boot scripts (Jürg Lehni) + + 2017-07-31, Version 2.26.0 ========================== diff --git a/package.json b/package.json index 98d44b2..afd1cfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-boot", - "version": "2.26.0", + "version": "2.26.1", "description": "Convention-based bootstrapper for LoopBack applications", "keywords": [ "StrongLoop",