diff --git a/CHANGES.md b/CHANGES.md index efc7e97e..7a357b37 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2020-03-05, Version 4.19.1 +========================== + + * chore: improve Listener signature (Hage Yaapa) + + 2020-03-05, Version 4.19.0 ========================== diff --git a/package.json b/package.json index 1ec388c8..81bd0545 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.19.0", + "version": "4.19.1", "publishConfig": { "export-tests": true },