From 8f2cb3ae7a922381b5f591d5365aad5b0d21f041 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Mon, 6 Mar 2017 15:57:01 -0800 Subject: [PATCH] 4.0.0 * Update deps and fix styles (Raymond Feng) * Add checkFieldAndIndex (#87) (Janny) * Refactor SQL migration methods (ssh24) * Fix replaceById for Oracle (Loay Gewily) * Refactor SQL discovery methods (Loay) * Fix replaceById unfound id bug (Loay Gewily) --- CHANGES.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cf599d6..bae6356 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +2017-03-06, Version 4.0.0 +========================= + + * Update deps and fix styles (Raymond Feng) + + * Add checkFieldAndIndex (#87) (Janny) + + * Refactor SQL migration methods (ssh24) + + * Fix replaceById for Oracle (Loay Gewily) + + * Refactor SQL discovery methods (Loay) + + * Fix replaceById unfound id bug (Loay Gewily) + + 2016-12-21, Version 3.0.0 ========================= diff --git a/package.json b/package.json index 1c08ba5..68fac32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "4.0.0-alpha.1", + "version": "4.0.0", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=4"