diff --git a/CHANGES.md b/CHANGES.md index 7a11d89c..05c84132 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2018-02-12, Version 2.39.2 +========================== + + * Babelify juggler for Karma tests (Miroslav Bajtoš) + + * Fix Karma config to babelify node_modules too (Miroslav Bajtoš) + + 2018-01-31, Version 2.39.1 ========================== diff --git a/package.json b/package.json index cfde062a..7dae4d6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback", - "version": "2.39.1", + "version": "2.39.2", "publishConfig": { "tag": "lts" },