From a22d8cb827b6432a3a974124fea7ebed03a80619 Mon Sep 17 00:00:00 2001 From: Kevin Delisle Date: Mon, 17 Jul 2017 10:40:28 -0400 Subject: [PATCH] 4.2.2 * Fix transaction (Diana Lau) * Fix comment lines (Quentin Presley) * Fix API docs (#80) (Rand McKinney) --- CHANGES.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 00fd7e5..1a3e038 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2017-07-17, Version 4.2.2 +========================= + + * Fix transaction (Diana Lau) + + * Fix comment lines (Quentin Presley) + + * Fix API docs (#80) (Rand McKinney) + + 2017-06-22, Version 4.2.1 ========================= diff --git a/package.json b/package.json index 56e6183..65096e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "4.2.1", + "version": "4.2.2", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=4"