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"