* types: add `DataSource.definitions` property (khlilturki97@gmail.com)
This commit is contained in:
Miroslav Bajtoš 2020-07-27 11:02:15 +02:00
parent b9929b83fe
commit 0ba09a1c4f
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-07-27, Version 4.22.0
==========================
* types: add `DataSource.definitions` property (khlilturki97@gmail.com)
2020-05-12, Version 4.21.2
==========================

View File

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