Skip to content

Commit b761a6a

Browse files
committed
2.0.5
* confirm id is same after replace (Dominique Emond) * Exclude 'deps' and '.github' from npm publish (Dominique Emond) * Test should fail if no error is thrown (Robin Betjes) * prevent read from undefined in case of error (Robin Betjes) * run shared test from juggler for v3 and v4 (Agnes Lin) * chore: update copyrights year (Diana Lau)
1 parent 2a11e72 commit b761a6a

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2020-03-18, Version 2.0.5
2+
=========================
3+
4+
* confirm id is same after replace (Dominique Emond)
5+
6+
* Exclude 'deps' and '.github' from npm publish (Dominique Emond)
7+
8+
* Test should fail if no error is thrown (Robin Betjes)
9+
10+
* prevent read from undefined in case of error (Robin Betjes)
11+
12+
* run shared test from juggler for v3 and v4 (Agnes Lin)
13+
14+
* chore: update copyrights year (Diana Lau)
15+
16+
117
2020-01-23, Version 2.0.4
218
=========================
319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-dashdb",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "LoopBack Connector for IBM dashDB",
55
"engines": {
66
"node": ">=8.9"

0 commit comments

Comments
 (0)