From f49752780b876fe8aa4731e8c005c6536db7adda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 17 Mar 2017 16:36:28 +0100 Subject: [PATCH] 3.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix typo in readme (biniam) * Add bind option to getCurrentContext() (Emiliano Daddario) * Upgrade eslint & config to latest (Miroslav Bajtoš) --- CHANGES.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8d10a35..b8f7ffd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2017-03-17, Version 3.1.0 +========================= + + * fix typo in readme (biniam) + + * Add bind option to getCurrentContext() (Emiliano Daddario) + + * Upgrade eslint & config to latest (Miroslav Bajtoš) + + 2017-01-06, Version 3.0.0 ========================= diff --git a/package.json b/package.json index 07ae519..9447d20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-context", - "version": "3.0.0", + "version": "3.1.0", "description": "Current context for LoopBack applications, based on cls-hooked", "engines": { "node": "^4.5 || ^5.10 || ^6.0"