3.21.0
* Make verifyUserRelations() more robust (mcitdev) * Fix crash in verifyUserRelations (ryanxwelch) * Fix crash in User model's "before delete" hook (mcitdev) * [WebFM] cs/pl/ru translation (candytangnb) * Update strong-error-handler (shimks)
This commit is contained in:
parent
7ad5a2e1bc
commit
72d85fa9ea
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
|||
2018-07-09, Version 3.21.0
|
||||
==========================
|
||||
|
||||
* Make verifyUserRelations() more robust (mcitdev)
|
||||
|
||||
* Fix crash in verifyUserRelations (ryanxwelch)
|
||||
|
||||
* Fix crash in User model's "before delete" hook (mcitdev)
|
||||
|
||||
* [WebFM] cs/pl/ru translation (candytangnb)
|
||||
|
||||
* Update strong-error-handler (shimks)
|
||||
|
||||
|
||||
2018-06-12, Version 3.20.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "3.20.0",
|
||||
"version": "3.21.0",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue