Skip to content

Commit 1c3446d

Browse files
author
Kevin Delisle
committed
2.1.0
* Set connection properties (#44) (Quentin Presley) * Fix replaceById bug (Loay) * Upgrade to loopback-connector@4.0.0 (jannyHou) * Use trim on table name (ssh24) * Refactor migration methods (biniam)
1 parent 64cba58 commit 1c3446d

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2017-03-10, Version 2.1.0
2+
=========================
3+
4+
* Set connection properties (#44) (Quentin Presley)
5+
6+
* Fix replaceById bug (Loay)
7+
8+
* Upgrade to loopback-connector@4.0.0 (jannyHou)
9+
10+
* Use trim on table name (ssh24)
11+
12+
* Refactor migration methods (biniam)
13+
14+
115
2017-03-01, Version 2.0.0
216
=========================
317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-ibmdb",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "LoopBack Connector common code for IBM databases",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)