4.9.0
* fix: report errors from automigrate/autoupdate (Miroslav Bajtoš) * feat: add beginTransaction API on datasource (Biniam Admikew) * Revert "chore: expose beginTransaction API" (Biniam Admikew)
This commit is contained in:
parent
0c2bb81dac
commit
6aea50ad27
12
CHANGES.md
12
CHANGES.md
|
@ -1,4 +1,14 @@
|
||||||
2019-06-25, Version 4.8.2
|
2019-07-15, Version 4.9.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* fix: report errors from automigrate/autoupdate (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* feat: add beginTransaction API on datasource (Biniam Admikew)
|
||||||
|
|
||||||
|
* Revert "chore: expose beginTransaction API" (Biniam Admikew)
|
||||||
|
|
||||||
|
|
||||||
|
2019-06-24, Version 4.8.2
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
* chore: expose beginTransaction API (Biniam Admikew)
|
* chore: expose beginTransaction API (Biniam Admikew)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "4.8.2",
|
"version": "4.9.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"export-tests": true
|
"export-tests": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue