4.10.1
* feat: add isactive check for transaction (#164) (Janny) * Remove "good first issue" from stalebot (Miroslav Bajtoš)
This commit is contained in:
parent
b294519787
commit
cf43a0de9e
|
@ -1,3 +1,11 @@
|
||||||
|
2020-01-20, Version 4.10.1
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* feat: add isactive check for transaction (#164) (Janny)
|
||||||
|
|
||||||
|
* Remove "good first issue" from stalebot (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
|
||||||
2019-12-17, Version 4.10.0
|
2019-12-17, Version 4.10.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-connector",
|
"name": "loopback-connector",
|
||||||
"version": "4.10.0",
|
"version": "4.10.1",
|
||||||
"description": "Building blocks for LoopBack connectors",
|
"description": "Building blocks for LoopBack connectors",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.9"
|
"node": ">=8.9"
|
||||||
|
|
Loading…
Reference in New Issue