* feat: implement DataSource.stop() (Miroslav Bajtoš)
 * Add __parent reference to embedded models (Dimitris Xalatsis)
This commit is contained in:
Miroslav Bajtoš 2020-04-27 13:43:49 +02:00
parent 74c6776575
commit 4c665cd6f7
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 @@
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
==========================

View File

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