6.1.0
* feat(operators): add match against operator (Akshat Dubey)
This commit is contained in:
parent
68c34a4ec0
commit
f09bc95b5d
|
@ -1,3 +1,9 @@
|
|||
2021-10-20, Version 6.1.0
|
||||
=========================
|
||||
|
||||
* feat(operators): add match against operator (Akshat Dubey)
|
||||
|
||||
|
||||
2021-07-12, Version 6.0.2
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector-mysql",
|
||||
"version": "6.0.2",
|
||||
"version": "6.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector-mysql",
|
||||
"version": "6.0.2",
|
||||
"version": "6.1.0",
|
||||
"description": "MySQL connector for loopback-datasource-juggler",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
|
|
Loading…
Reference in New Issue