* feat(operators): add match against operator (Akshat  Dubey)
This commit is contained in:
Diana Lau 2021-10-20 19:56:45 -04:00
parent 68c34a4ec0
commit f09bc95b5d
3 changed files with 8 additions and 2 deletions

View File

@ -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
=========================

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "6.0.2",
"version": "6.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -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"