* Fix types to describe native Promise (Miroslav Bajtoš)
 * feat: after operation hook in case of errors (spurreiter)
 * Fix for #1724 - Added options to attribute updates (#1725) (Bill Matson)
This commit is contained in:
Miroslav Bajtoš 2019-06-13 15:38:11 +02:00
parent 5fcad43aab
commit d49774c590
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2019-06-13, Version 4.8.0
=========================
* Fix types to describe native Promise (Miroslav Bajtoš)
* feat: after operation hook in case of errors (spurreiter)
* Fix for #1724 - Added options to attribute updates (#1725) (Bill Matson)
2019-05-14, Version 4.7.1
=========================

View File

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