* Fix coercion of PK value in `replaceById` method (Miroslav Bajtoš)
 * Fix autoupdate queueing automigrate instead (#1762) (darthmaim)
This commit is contained in:
Miroslav Bajtoš 2019-07-26 09:22:59 +02:00
parent 74c43ca358
commit ad4edc6a15
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2019-07-26, Version 4.10.1
==========================
* Fix coercion of PK value in `replaceById` method (Miroslav Bajtoš)
* Fix autoupdate queueing automigrate instead (#1762) (darthmaim)
2019-07-23, Version 4.10.0
==========================

View File

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