2.16.3
* Rework global registry to be per-module-instance (Miroslav Bajtoš)
This commit is contained in:
parent
d84a6466ad
commit
69b4972590
|
@ -1,3 +1,9 @@
|
|||
2015-04-17, Version 2.16.3
|
||||
==========================
|
||||
|
||||
* Rework global registry to be per-module-instance (Miroslav Bajtoš)
|
||||
|
||||
|
||||
2015-04-17, Version 2.16.1
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "2.16.1",
|
||||
"version": "2.16.3",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
@ -105,6 +105,6 @@
|
|||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.16.1"
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.16.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue