* Fix typescript typing for DataSource.getModel (Raymond Feng)
This commit is contained in:
Raymond Feng 2019-09-19 13:08:16 -07:00
parent 8946516614
commit 15251880a1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2019-09-19, Version 4.13.0
==========================
* Fix typescript typing for DataSource.getModel (Raymond Feng)
2019-09-04, Version 4.12.1
==========================

View File

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