* Add Node.js 7 to package.json and .travis.yml (Edgars Zagorskis)
This commit is contained in:
Miroslav Bajtoš 2017-07-10 15:56:46 +02:00
parent 4d4920c491
commit 3c10d219c7
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "loopback-context",
"version": "3.1.0",
"version": "3.2.0",
"description": "Current context for LoopBack applications, based on cls-hooked",
"engines": {
"node": "^4.5 || ^5.10 || ^6.0 || ^7.0"