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"