* types: make DataSource.stop compatible with LB4 (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2020-04-28 09:04:42 +02:00
parent a25df6ac36
commit 429d13e537
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2020-04-28, Version 4.21.1
==========================
* types: make DataSource.stop compatible with LB4 (Miroslav Bajtoš)
2020-04-27, Version 4.21.0
==========================

View File

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