3.25.1
* Back-ticks added to highlight example JSON (Quentin Presley) * Add same change to description for findOne (Quentin Presley) * Update the description for persisted-models (Quentin Presley) * handle $2b$ in hashed password check (Sylvain Dumont)
This commit is contained in:
parent
a9a86fe380
commit
34acd02a7e
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
||||||
|
2019-03-15, Version 3.25.1
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Back-ticks added to highlight example JSON (Quentin Presley)
|
||||||
|
|
||||||
|
* Add same change to description for findOne (Quentin Presley)
|
||||||
|
|
||||||
|
* Update the description for persisted-models (Quentin Presley)
|
||||||
|
|
||||||
|
* handle $2b$ in hashed password check (Sylvain Dumont)
|
||||||
|
|
||||||
|
|
||||||
2019-02-05, Version 3.25.0
|
2019-02-05, Version 3.25.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "3.25.0",
|
"version": "3.25.1",
|
||||||
"description": "LoopBack: Open Source Framework for Node.js",
|
"description": "LoopBack: Open Source Framework for Node.js",
|
||||||
"homepage": "http://loopback.io",
|
"homepage": "http://loopback.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue