Skip to content

Commit

Permalink
3.9.1
Browse files Browse the repository at this point in the history
 * 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)
  • Loading branch information
emonddr committed Mar 19, 2020
1 parent 032a7d0 commit e7c121b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2020-03-19, Version 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)


2020-02-25, Version 3.9.0
=========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-postgresql",
"version": "3.9.0",
"version": "3.9.1",
"description": "Loopback PostgreSQL Connector",
"engines": {
"node": ">=8"
Expand Down

0 comments on commit e7c121b

Please sign in to comment.