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) * Remove "good first issue" from stalebot (Miroslav Bajtoš)
This commit is contained in:
parent
edc93aa5cb
commit
569f966613
|
@ -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š)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue