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)
This commit is contained in:
parent
5fcad43aab
commit
d49774c590
10
CHANGES.md
10
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "4.7.1",
|
||||
"version": "4.8.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue