diff --git a/CHANGES.md b/CHANGES.md index 17e12d2..dcda1bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2017-04-10, Version 4.2.0 +========================= + + * Add generateUniqueId prototype (Tetsuo Seto) + + * Add travis for CI (#91) (Sakib Hasan) + + 2017-03-31, Version 4.1.0 ========================= @@ -7,6 +15,11 @@ 2017-03-06, Version 4.0.0 ========================= + + +2017-03-06, Version 3.x-latest +============================== + * Update deps and fix styles (Raymond Feng) * Add checkFieldAndIndex (#87) (Janny) diff --git a/package.json b/package.json index fd73c4a..291ddfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "4.1.0", + "version": "4.2.0", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=4"