Skip to content

Commit 26d25d6

Browse files
author
Raymond Feng
committed
2.54.0
* Replace deprecated node-uuid with uuid module (Raymond Feng) * Coerce array-like objects into arrays (Heath Morrison) * Throw error when model relation name is trigger (Brian Schemp) * Update package.json for LB3 release (Simon Ho)
1 parent e251f05 commit 26d25d6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2017-01-17, Version 2.54.0
2+
==========================
3+
4+
* Replace deprecated node-uuid with uuid module (Raymond Feng)
5+
6+
* Coerce array-like objects into arrays (Heath Morrison)
7+
8+
* Throw error when model relation name is trigger (Brian Schemp)
9+
10+
* Update package.json for LB3 release (Simon Ho)
11+
12+
113
2016-12-21, Version 2.53.1
214
==========================
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-datasource-juggler",
3-
"version": "2.53.1",
3+
"version": "2.54.0",
44
"publishConfig": {
55
"tag": "lts",
66
"export-tests": true

0 commit comments

Comments
 (0)