* remove bluebird from devDependencies (Miroslav Bajtoš)
 * update eslint + config to latest (Miroslav Bajtoš)
 * update mocha to 8.x (Miroslav Bajtoš)
 * chore: update dependencies to latest (Miroslav Bajtoš)
 * [SEMVER-MAJOR] Drop support for Node.js 8.x (Miroslav Bajtoš)
 * chore: switch to DCO (Diana Lau)
 * docs: update default value setup section (Agnes Lin)
 * chore: add Node.js 14 to travis (Diana Lau)
 * chore: update CODEOWNERS (Diana Lau)
 * fixed typo on readme (filipef101)
This commit is contained in:
Miroslav Bajtoš 2020-09-01 15:02:11 +02:00
parent 6e06fe4730
commit 68e671a50b
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,27 @@
2020-09-01, Version 6.0.0
=========================
* remove bluebird from devDependencies (Miroslav Bajtoš)
* update eslint + config to latest (Miroslav Bajtoš)
* update mocha to 8.x (Miroslav Bajtoš)
* chore: update dependencies to latest (Miroslav Bajtoš)
* [SEMVER-MAJOR] Drop support for Node.js 8.x (Miroslav Bajtoš)
* chore: switch to DCO (Diana Lau)
* docs: update default value setup section (Agnes Lin)
* chore: add Node.js 14 to travis (Diana Lau)
* chore: update CODEOWNERS (Diana Lau)
* fixed typo on readme (filipef101)
2020-07-10, Version 5.4.4
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "6.0.0-dev",
"version": "6.0.0",
"description": "MySQL connector for loopback-datasource-juggler",
"engines": {
"node": ">=10"