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:
parent
560629c1d2
commit
34c669b96a
|
@ -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
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue