diff --git a/CHANGES.md b/CHANGES.md index 9a7af849..9843e1f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2020-07-28, Version 4.23.0 +========================== + + * types: support no-SQL styles of `ds.execute` (Miroslav Bajtoš) + + 2020-07-27, Version 4.22.0 ========================== diff --git a/package.json b/package.json index e4ca71bf..a5ae7af9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.22.0", + "version": "4.23.0", "publishConfig": { "export-tests": true },