* Fix crash when modifying an unknown user (Matheus Horstmann)
 * test: fix User test for custom token generator (Miroslav Bajtoš)
 * test: improve assertion error messages (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2019-01-11 16:46:32 +01:00
parent 2992cfbbdf
commit 85b076c9b9
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2019-01-11, Version 2.41.2
==========================
* Fix crash when modifying an unknown user (Matheus Horstmann)
* test: fix User test for custom token generator (Miroslav Bajtoš)
* test: improve assertion error messages (Miroslav Bajtoš)
2018-11-26, Version 2.41.1
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "2.41.1",
"version": "2.41.2",
"publishConfig": {
"tag": "lts"
},