3.2.0
* Add Node.js 7 to package.json and .travis.yml (Edgars Zagorskis)
This commit is contained in:
parent
4d4920c491
commit
3c10d219c7
|
@ -1,3 +1,9 @@
|
||||||
|
2017-07-10, Version 3.2.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Add Node.js 7 to package.json and .travis.yml (Edgars Zagorskis)
|
||||||
|
|
||||||
|
|
||||||
2017-03-17, Version 3.1.0
|
2017-03-17, Version 3.1.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-context",
|
"name": "loopback-context",
|
||||||
"version": "3.1.0",
|
"version": "3.2.0",
|
||||||
"description": "Current context for LoopBack applications, based on cls-hooked",
|
"description": "Current context for LoopBack applications, based on cls-hooked",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^4.5 || ^5.10 || ^6.0 || ^7.0"
|
"node": "^4.5 || ^5.10 || ^6.0 || ^7.0"
|
||||||
|
|
Loading…
Reference in New Issue