* Update .travis.yml (#1841) (karanssj4)
 * Add more `dataSource.execute()` flavors (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2020-08-04 16:35:43 +02:00
parent dd23a14b24
commit a0f1d4a979
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-08-04, Version 4.24.0
==========================
* Update .travis.yml (#1841) (karanssj4)
* Add more `dataSource.execute()` flavors (Miroslav Bajtoš)
2020-07-28, Version 4.23.0
==========================

View File

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