* Fix value equality test to avoid toString (Raymond Feng)
This commit is contained in:
Raymond Feng 2020-11-02 09:38:59 -08:00
parent 05898ed9f6
commit 06428247ad
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2020-11-02, Version 4.26.0
==========================
* Fix value equality test to avoid toString (Raymond Feng)
2020-10-19, Version 4.25.0
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "4.25.0",
"version": "4.26.0",
"publishConfig": {
"export-tests": true
},