3.1.0
* fix typo in readme (biniam) * Add bind option to getCurrentContext() (Emiliano Daddario) * Upgrade eslint & config to latest (Miroslav Bajtoš)
This commit is contained in:
parent
ebdbb7bfe7
commit
f49752780b
10
CHANGES.md
10
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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue