3.11.0
* Support createOnlyInstance in model (#3548) (Rashmi Hunt) * Add stalebot configuration (Kevin Delisle) * Catch errors on invalidate update (loay) * Update Issue and PR Templates (#3568) (Sakib Hasan)
This commit is contained in:
parent
3651c09782
commit
29e89f50e5
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
|||
2017-08-23, Version 3.11.0
|
||||
==========================
|
||||
|
||||
* Support createOnlyInstance in model (#3548) (Rashmi Hunt)
|
||||
|
||||
* Add stalebot configuration (Kevin Delisle)
|
||||
|
||||
* Catch errors on invalidate update (loay)
|
||||
|
||||
* Update Issue and PR Templates (#3568) (Sakib Hasan)
|
||||
|
||||
|
||||
2017-08-16, Version 3.10.1
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "3.10.1",
|
||||
"version": "3.11.0",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue