diff --git a/CHANGES.md b/CHANGES.md index 29897a58..9a7af849 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2020-07-27, Version 4.22.0 +========================== + + * types: add `DataSource.definitions` property (khlilturki97@gmail.com) + + 2020-05-12, Version 4.21.2 ========================== diff --git a/package.json b/package.json index 8a666e2b..e4ca71bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.21.2", + "version": "4.22.0", "publishConfig": { "export-tests": true },