4.21.0
* feat: implement DataSource.stop() (Miroslav Bajtoš) * Add __parent reference to embedded models (Dimitris Xalatsis)
This commit is contained in:
parent
74c6776575
commit
4c665cd6f7
|
@ -1,3 +1,11 @@
|
|||
2020-04-27, Version 4.21.0
|
||||
==========================
|
||||
|
||||
* feat: implement DataSource.stop() (Miroslav Bajtoš)
|
||||
|
||||
* Add __parent reference to embedded models (Dimitris Xalatsis)
|
||||
|
||||
|
||||
2020-04-17, Version 4.20.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "4.20.0",
|
||||
"version": "4.21.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue