Skip to content

Commit 5d72993

Browse files
committed
6.0.1
* fix (core) accepts boolean type (yongzhi-chen) * fix(docs): Specify table creation order method (Roderik van Heijst) * fix(docs): update enum type (Diana Lau)
1 parent f80ffe8 commit 5d72993

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2021-06-10, Version 6.0.1
2+
=========================
3+
4+
* fix (core) accepts boolean type (yongzhi-chen)
5+
6+
* fix(docs): Specify table creation order method (Roderik van Heijst)
7+
8+
* fix(docs): update enum type (Diana Lau)
9+
10+
111
2020-09-01, Version 6.0.0
212
=========================
313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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",
3+
"version": "6.0.1",
44
"description": "MySQL connector for loopback-datasource-juggler",
55
"engines": {
66
"node": ">=10"

0 commit comments

Comments
 (0)