* Add typescript type definitions (Raymond Feng)
 * Tidy up datasource (Raymond Feng)
This commit is contained in:
Raymond Feng 2018-05-10 06:58:28 -07:00
parent c9558026d0
commit 4aa51e9956
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2018-05-10, Version 3.19.0
==========================
* Add typescript type definitions (Raymond Feng)
* Tidy up datasource (Raymond Feng)
2018-04-19, Version 3.18.1 2018-04-19, Version 3.18.1
========================== ==========================

View File

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