diff --git a/CHANGES.md b/CHANGES.md index 258311b6..2c62b9e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2018-05-25, Version 3.21.1 +========================== + + * Fix tests to ensure compatibility w/ should@10 (Raymond Feng) + + 2018-05-22, Version 3.21.0 ========================== diff --git a/package.json b/package.json index d48eed0d..6745f41c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.21.0", + "version": "3.21.1", "publishConfig": { "export-tests": true },