* Group clauses for AND/OR conditions (Raymond Feng)
This commit is contained in:
Raymond Feng 2020-11-09 07:26:24 -08:00
parent 1de46fff85
commit 94280aaff6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2020-11-09, Version 5.0.1
=========================
* Group clauses for AND/OR conditions (Raymond Feng)
2020-08-28, Version 5.0.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector",
"version": "5.0.0",
"version": "5.0.1",
"description": "Building blocks for LoopBack connectors",
"engines": {
"node": ">=10"