From 8031e54fb4a616a54323d665833d5a7e255ad202 Mon Sep 17 00:00:00 2001 From: jannyHou Date: Fri, 25 Sep 2020 12:14:33 -0400 Subject: [PATCH] 4.20.1 * chore: add test for atomic upsertWithWhere (#1864) (Matteo Padovano) * chore: update PR template (#1863) (Diana Lau) * update PR template to include DCO (#1859) (Diana Lau) * chore: add contributing section to readme (#1858) (Diana Lau) --- CHANGES.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3ba941d9..9eaf4a97 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +2020-09-25, Version 4.20.1 +========================== + + * chore: add test for atomic upsertWithWhere (#1864) (Matteo Padovano) + + * chore: update PR template (#1863) (Diana Lau) + + * update PR template to include DCO (#1859) (Diana Lau) + + * chore: add contributing section to readme (#1858) (Diana Lau) + + 2020-08-04, Version 4.24.0 ========================== diff --git a/package.json b/package.json index 5f4605fa..69ce511f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.24.0", + "version": "4.20.1", "publishConfig": { "export-tests": true },