* feat: add isactive check for transaction (#164) (Janny)
 * Remove "good first issue" from stalebot (Miroslav Bajtoš)
This commit is contained in:
jannyHou 2020-01-20 15:57:46 -05:00
parent b294519787
commit cf43a0de9e
2 changed files with 9 additions and 1 deletions

View File

@ -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
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector",
"version": "4.10.0",
"version": "4.10.1",
"description": "Building blocks for LoopBack connectors",
"engines": {
"node": ">=8.9"