* Add support for Node.js 12 (Ahmet Cetin)
 * chore: enable stalebot (Diana Lau)
 * chore: improve issue and PR templates (Nora)
 * Drop support for Node.js 6.x (Miroslav Bajtoš)
 * chore: update copyrights years (Agnes Lin)
This commit is contained in:
Miroslav Bajtoš 2020-02-17 11:48:17 +01:00
parent 824ebec5e0
commit 1dd8282826
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
2020-02-17, Version 3.5.0
=========================
* Add support for Node.js 12 (Ahmet Cetin)
* chore: enable stalebot (Diana Lau)
* chore: improve issue and PR templates (Nora)
* Drop support for Node.js 6.x (Miroslav Bajtoš)
* chore: update copyrights years (Agnes Lin)
2019-01-02, Version 3.4.0
=========================

View File

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