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)
This commit is contained in:
parent
6e06fe4730
commit
68e671a50b
24
CHANGES.md
24
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue