From 34c669b96a4577376bbc40824f0c33710121b9ac Mon Sep 17 00:00:00 2001 From: biniam Date: Wed, 20 Feb 2019 10:40:30 -0500 Subject: [PATCH] Revert "4.6.0" This reverts commit 560629c1d2175ad372e705eae9a8f050abf2cee6. It was accidentally released as a semver minor when it should have been released as a semver major. The patch included breaking changes for the APIs it modified. --- CHANGES.md | 6 ------ package.json | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a83c69b..41879f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,3 @@ -2019-02-19, Version 4.6.0 -========================= - - * feat: retrieve nested property definitions (Piero Maltese) - - 2018-07-16, Version 4.5.1 ========================= diff --git a/package.json b/package.json index 6c46d4d..6a00439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "4.6.0", + "version": "4.5.1", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=6"