* fix typo in readme (biniam)
 * Add bind option to getCurrentContext() (Emiliano Daddario)
 * Upgrade eslint & config to latest (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2017-03-17 16:36:28 +01:00
parent ebdbb7bfe7
commit f49752780b
No known key found for this signature in database
GPG Key ID: 797723F23CE0A94A
2 changed files with 11 additions and 1 deletions

View File

@ -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
=========================

View File

@ -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"