4.5.0
* Update msgpack5 to 4.x (Miroslav Bajtoš) * Update strong-globalize to 4.x (Miroslav Bajtoš) * Update Mocha and Chai to latest (Miroslav Bajtoš) * Update eslint + config to latest (Miroslav Bajtoš) * Disable package-lock feature of npm (Miroslav Bajtoš) * Travis: add Node.js 8.x + 10.x to the build matrix (Miroslav Bajtoš) * Drop support for Node 4.x (Miroslav Bajtoš) * chore:update license (Diana Lau)
This commit is contained in:
parent
45cbee7602
commit
f3f4c61c15
20
CHANGES.md
20
CHANGES.md
|
@ -1,3 +1,23 @@
|
||||||
|
2018-06-14, Version 4.5.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Update msgpack5 to 4.x (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Update strong-globalize to 4.x (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Update Mocha and Chai to latest (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Update eslint + config to latest (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Disable package-lock feature of npm (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Travis: add Node.js 8.x + 10.x to the build matrix (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Drop support for Node 4.x (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* chore:update license (Diana Lau)
|
||||||
|
|
||||||
|
|
||||||
2017-10-17, Version 4.4.0
|
2017-10-17, Version 4.4.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-connector",
|
"name": "loopback-connector",
|
||||||
"version": "4.4.0",
|
"version": "4.5.0",
|
||||||
"description": "Building blocks for LoopBack connectors",
|
"description": "Building blocks for LoopBack connectors",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
|
|
Loading…
Reference in New Issue