Skip to content

Commit 97a055c

Browse files
committed
5.4.0
* Add on delete options on FK constraints (Quentin Le Bour) * ci: switch from Travis to Github Actions (Agnes Lin) * Revert "ci: switch travis to github actions" (Miroslav Bajtoš) * ci: switch travis to github actions (Francisco Buceta)
1 parent 5b5d05e commit 97a055c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2021-05-03, Version 5.4.0
2+
=========================
3+
4+
* Add on delete options on FK constraints (Quentin Le Bour)
5+
6+
* ci: switch from Travis to Github Actions (Agnes Lin)
7+
8+
* Revert "ci: switch travis to github actions" (Miroslav Bajtoš)
9+
10+
* ci: switch travis to github actions (Francisco Buceta)
11+
12+
113
2020-12-07, Version 5.3.0
214
=========================
315

package.json

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

0 commit comments

Comments
 (0)