diff --git a/CHANGES.md b/CHANGES.md index 11be060e..968802d6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ========================== diff --git a/package.json b/package.json index 62ae0e86..b97ae76b 100644 --- a/package.json +++ b/package.json @@ -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"