Skip to content

Commit 34acd02

Browse files
committedMar 15, 2019
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)
1 parent a9a86fe commit 34acd02

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2019-03-15, Version 3.25.1
2+
==========================
3+
4+
* Back-ticks added to highlight example JSON (Quentin Presley)
5+
6+
* Add same change to description for findOne (Quentin Presley)
7+
8+
* Update the description for persisted-models (Quentin Presley)
9+
10+
* handle $2b$ in hashed password check (Sylvain Dumont)
11+
12+
113
2019-02-05, Version 3.25.0
214
==========================
315

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback",
3-
"version": "3.25.0",
3+
"version": "3.25.1",
44
"description": "LoopBack: Open Source Framework for Node.js",
55
"homepage": "http://loopback.io",
66
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.