Revert "4.6.0"

This reverts commit 560629c1d2.
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.
This commit is contained in:
biniam 2019-02-20 10:40:30 -05:00
parent 560629c1d2
commit 34c669b96a
2 changed files with 1 additions and 7 deletions

View File

@ -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 2018-07-16, Version 4.5.1
========================= =========================

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-connector", "name": "loopback-connector",
"version": "4.6.0", "version": "4.5.1",
"description": "Building blocks for LoopBack connectors", "description": "Building blocks for LoopBack connectors",
"engines": { "engines": {
"node": ">=6" "node": ">=6"