diff --git a/CHANGES.md b/CHANGES.md index d6b8e73..8d082f3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2018-10-18, Version 3.2.0 +========================= + + * README: update LTS status (Miroslav Bajtoš) + + * Add support for es6 modules for boot scripts (Walker) + + 2018-07-26, Version 3.1.1 ========================= diff --git a/package.json b/package.json index b4cdc23..af6a163 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-boot", - "version": "3.1.1", + "version": "3.2.0", "publishConfig": { "tag": "next" },