From 569f9666132dffd49fa3a2c809d65f1fba1b7a33 Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Wed, 4 Mar 2020 12:41:19 -0500 Subject: [PATCH] 4.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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š) --- CHANGES.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 968802d..badc0ad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) * Remove "good first issue" from stalebot (Miroslav Bajtoš) diff --git a/package.json b/package.json index b97ae76..3e9c7dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "4.10.1", + "version": "4.10.2", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=8.9"