* 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:
Miroslav Bajtoš 2018-06-14 09:33:51 +02:00
parent 45cbee7602
commit f3f4c61c15
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 21 additions and 1 deletions

View File

@ -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
=========================

View File

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