3.32.0
* fix: prevent max listeners warning (Nora) * drop support for Node.js 6 (Nora)
This commit is contained in:
parent
2680778841
commit
eac0d6af87
|
@ -1,3 +1,11 @@
|
||||||
|
2019-08-13, Version 3.32.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* fix: prevent max listeners warning (Nora)
|
||||||
|
|
||||||
|
* drop support for Node.js 6 (Nora)
|
||||||
|
|
||||||
|
|
||||||
2019-05-31, Version 3.31.1
|
2019-05-31, Version 3.31.1
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "3.31.1",
|
"version": "3.32.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"export-tests": true,
|
"export-tests": true,
|
||||||
"tag": "lts"
|
"tag": "lts"
|
||||||
|
|
Loading…
Reference in New Issue