4.5.2
* fix: make prop def getter backward-compatible (biniam) * chore: update CODEOWNERS (Diana Lau) * Revert "4.6.0" (biniam) * feat: retrieve nested property definitions (Piero Maltese)
This commit is contained in:
parent
386e0413b5
commit
d0e6d36a1a
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
|||
2019-03-22, Version 4.5.2
|
||||
=========================
|
||||
|
||||
* fix: make prop def getter backward-compatible (biniam)
|
||||
|
||||
* chore: update CODEOWNERS (Diana Lau)
|
||||
|
||||
* Revert "4.6.0" (biniam)
|
||||
|
||||
* feat: retrieve nested property definitions (Piero Maltese)
|
||||
|
||||
|
||||
2018-07-16, Version 4.5.1
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector",
|
||||
"version": "4.5.1",
|
||||
"version": "4.5.2",
|
||||
"description": "Building blocks for LoopBack connectors",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
|
|
Loading…
Reference in New Issue