Skip to content

Commit a9d968a

Browse files
committed
3.8.2
* fix schema name with pascal case (Agnes Lin) * chore: update CODEOWNERS file (Agnes Lin) * fix: allow string type id to be auto-generated (Agnes Lin)
1 parent 0bcb039 commit a9d968a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2020-01-31, Version 3.8.2
2+
=========================
3+
4+
* fix schema name with pascal case (Agnes Lin)
5+
6+
* chore: update CODEOWNERS file (Agnes Lin)
7+
8+
* fix: allow string type id to be auto-generated (Agnes Lin)
9+
10+
111
2019-12-09, Version 3.8.1
212
=========================
313

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-postgresql",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
66
"node": ">=8"

0 commit comments

Comments
 (0)