Skip to content

Commit e7c121b

Browse files
committed
3.9.1
* fix readme layout (Agnes Lin) * fix README display on the site (Agnes Lin) * Exclude 'deps' and '.github' from npm publish (Dominique Emond) * fix (Agnes Lin) * tests: column should be discovered and mapped (Agnes Lin) * fix: `DEFAULT` for null values in where clause (DEEPAK RAJAMOHAN) * fix postgres random ci failure (Agnes Lin)
1 parent 032a7d0 commit e7c121b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2020-03-19, Version 3.9.1
2+
=========================
3+
4+
* fix readme layout (Agnes Lin)
5+
6+
* fix README display on the site (Agnes Lin)
7+
8+
* Exclude 'deps' and '.github' from npm publish (Dominique Emond)
9+
10+
* fix (Agnes Lin)
11+
12+
* tests: column should be discovered and mapped (Agnes Lin)
13+
14+
* fix: `DEFAULT` for null values in where clause (DEEPAK RAJAMOHAN)
15+
16+
* fix postgres random ci failure (Agnes Lin)
17+
18+
119
2020-02-25, Version 3.9.0
220
=========================
321

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-postgresql",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
66
"node": ">=8"

0 commit comments

Comments
 (0)