4.10.1
* Fix coercion of PK value in `replaceById` method (Miroslav Bajtoš) * Fix autoupdate queueing automigrate instead (#1762) (darthmaim)
This commit is contained in:
parent
74c43ca358
commit
ad4edc6a15
|
@ -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
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "4.10.0",
|
||||
"version": "4.10.1",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue