diff --git a/CHANGES.md b/CHANGES.md index a6c41230..a4d920b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2018-07-09, Version 3.22.2 +========================== + + * assertation of undefined could be null (shenghu) + + * fix: regression on Operation Hooks (virkt25) + + 2018-07-02, Version 3.22.1 ========================== diff --git a/package.json b/package.json index d5e65c41..8dc9b90c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.22.1", + "version": "3.22.2", "publishConfig": { "export-tests": true },