* fix: prevent adding listeners past limit (Dominique Emond)
 * chore: update deps and fix lint violations (Nora)
 * drop support for node.js 6 (Nora)
 * chore: add node 12 (Nora)
This commit is contained in:
Diana Lau 2019-09-19 10:13:17 -04:00
parent 819bf8b57f
commit c27e21fb4f
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2019-09-19, Version 4.9.0
=========================
* fix: prevent adding listeners past limit (Dominique Emond)
* chore: update deps and fix lint violations (Nora)
* drop support for node.js 6 (Nora)
* chore: add node 12 (Nora)
2019-06-28, Version 4.8.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector",
"version": "4.8.0",
"version": "4.9.0",
"description": "Building blocks for LoopBack connectors",
"engines": {
"node": ">=8.9"