7.0.0
* feat: add mysql8 support, update to mysql2 client and drop nodejs v14 and mysql5.7 support (Samarpan Bhattacharya) * fix: parse some options to boolean (Muhammad Aaqil) * ci: update ci runner (Samarpan Bhattacharya)
This commit is contained in:
parent
07173b6bde
commit
a622b4fd78
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
|||
2023-07-11, Version 7.0.0
|
||||
=========================
|
||||
|
||||
* feat: add mysql8 support, update to mysql2 client and drop nodejs v14 and mysql5.7 support (Samarpan Bhattacharya)
|
||||
|
||||
* fix: parse some options to boolean (Muhammad Aaqil)
|
||||
|
||||
* ci: update ci runner (Samarpan Bhattacharya)
|
||||
|
||||
|
||||
2023-01-09, Version 6.2.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector-mysql",
|
||||
"version": "6.2.0",
|
||||
"version": "7.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector-mysql",
|
||||
"version": "6.2.0",
|
||||
"version": "7.0.0",
|
||||
"description": "MySQL connector for loopback-datasource-juggler",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
|
|
Loading…
Reference in New Issue