* fix the way it gets column name for id property (Agnes Lin)
 * chore: update copyright year (Diana Lau)
 * test: add tests for isactive (#165) (Janny)
 * feat: add isactive check for transaction (#164) (Janny)
 * Remove "good first issue" from stalebot (Miroslav Bajtoš)
This commit is contained in:
Diana Lau 2020-03-04 12:41:19 -05:00
parent edc93aa5cb
commit 569f966613
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
2020-01-20, Version 4.10.1 2020-03-04, Version 4.10.2
========================== ==========================
* fix the way it gets column name for id property (Agnes Lin)
* chore: update copyright year (Diana Lau)
* test: add tests for isactive (#165) (Janny)
* feat: add isactive check for transaction (#164) (Janny) * feat: add isactive check for transaction (#164) (Janny)
* Remove "good first issue" from stalebot (Miroslav Bajtoš) * Remove "good first issue" from stalebot (Miroslav Bajtoš)

View File

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