Skip to content

Commit 39776a1

Browse files
committed
3.6.1
* Fix cannot create foreignkey (loopbackio#371) (Hung) * Add regression test (jlawrencecfm) * Use canonical index name when dropping (jlawrencecfm) * add @elv1s as CODEOWNERS (Diana Lau)
1 parent 7369f7d commit 39776a1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2019-04-05, Version 3.6.1
2+
=========================
3+
4+
* Fix cannot create foreignkey (#371) (Hung)
5+
6+
* Add regression test (jlawrencecfm)
7+
8+
* Use canonical index name when dropping (jlawrencecfm)
9+
10+
* add @elv1s as CODEOWNERS (Diana Lau)
11+
12+
113
2019-02-08, Version 3.6.0
214
=========================
315

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.6.0",
3+
"version": "3.6.1",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
66
"node": ">=6"

0 commit comments

Comments
 (0)