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)
This commit is contained in:
parent
819bf8b57f
commit
c27e21fb4f
12
CHANGES.md
12
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue