* Travis: enable Node.js 10.x (Miroslav Bajtoš)
 * Node version ^10.14 added to engines list (Ahmet Cetin)
 * add lts annoucement (jannyHou)
 * Upgrade dependecies, fix new linter errors (Miroslav Bajtoš)
 * Drop support for Node.js 4.x, 5.x and 7.x (Miroslav Bajtoš)
 * Create Issue and PR Templates (#36) (Sakib Hasan)
 * Add CODEOWNERS file (Diana Lau)
This commit is contained in:
Miroslav Bajtoš 2019-01-02 16:20:58 +01:00
parent eef46ef9bb
commit a41a55b3aa
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
2019-01-02, Version 3.4.0
=========================
* Travis: enable Node.js 10.x (Miroslav Bajtoš)
* Node version ^10.14 added to engines list (Ahmet Cetin)
* add lts annoucement (jannyHou)
* Upgrade dependecies, fix new linter errors (Miroslav Bajtoš)
* Drop support for Node.js 4.x, 5.x and 7.x (Miroslav Bajtoš)
* Create Issue and PR Templates (#36) (Sakib Hasan)
* Add CODEOWNERS file (Diana Lau)
2017-07-21, Version 3.3.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-context",
"version": "3.3.0",
"version": "3.4.0",
"description": "Current context for LoopBack applications, based on cls-hooked",
"engines": {
"node": "^6.0 || ^8.2.1 || ^10.14"