Merge tag 'v1.6.1'
1.6.1 * Use full lodash instead of lodash components (Ryan Graham)
This commit is contained in:
commit
53840d182c
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,9 @@
|
||||||
|
2014-12-08, Version 1.6.1
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Use full lodash instead of lodash components (Ryan Graham)
|
||||||
|
|
||||||
|
|
||||||
2014-12-02, Version 1.6.0
|
2014-12-02, Version 1.6.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
@ -10,12 +16,12 @@
|
||||||
* model-helper: ignore unknown property types (Miroslav Bajtoš)
|
* model-helper: ignore unknown property types (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
|
||||||
2014-10-24, Version 1.5.0
|
2014-10-24, Version 1.5.1
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2014-10-24, Version 1.5.1
|
2014-10-24, Version 1.5.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
* Add an option `uiDirs` (Miroslav Bajtoš)
|
* Add an option `uiDirs` (Miroslav Bajtoš)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-explorer",
|
"name": "loopback-explorer",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"description": "Browse and test your LoopBack app's APIs",
|
"description": "Browse and test your LoopBack app's APIs",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue