Skip to content

Commit 68e671a

Browse files
committed
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)
1 parent 6e06fe4 commit 68e671a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2020-09-01, Version 6.0.0
2+
=========================
3+
4+
* remove bluebird from devDependencies (Miroslav Bajtoš)
5+
6+
* update eslint + config to latest (Miroslav Bajtoš)
7+
8+
* update mocha to 8.x (Miroslav Bajtoš)
9+
10+
* chore: update dependencies to latest (Miroslav Bajtoš)
11+
12+
* [SEMVER-MAJOR] Drop support for Node.js 8.x (Miroslav Bajtoš)
13+
14+
* chore: switch to DCO (Diana Lau)
15+
16+
* docs: update default value setup section (Agnes Lin)
17+
18+
* chore: add Node.js 14 to travis (Diana Lau)
19+
20+
* chore: update CODEOWNERS (Diana Lau)
21+
22+
* fixed typo on readme (filipef101)
23+
24+
125
2020-07-10, Version 5.4.4
226
=========================
327

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-mysql",
3-
"version": "6.0.0-dev",
3+
"version": "6.0.0",
44
"description": "MySQL connector for loopback-datasource-juggler",
55
"engines": {
66
"node": ">=10"

0 commit comments

Comments
 (0)