* Fix value equality test to avoid toString (Raymond Feng)
 * chore: update typescript (#1872) (Janny)
This commit is contained in:
Raymond Feng 2020-11-02 10:37:32 -08:00
parent d0ac37a727
commit e89429af8b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2020-11-02, Version 3.36.0
==========================
* Fix value equality test to avoid toString (Raymond Feng)
* chore: update typescript (#1872) (Janny)
2019-12-17, Version 3.35.0
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "3.35.0",
"version": "3.36.0",
"publishConfig": {
"export-tests": true,
"tag": "lts"