diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb25c52..2da61363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next version +- Put your changes here... + +## 0.14.3 + - Restored move of several things to devDependencies to shrink production builds. Feature is now activated using `ROOSEVELT_DEPLOYMENT` environment variable. There are also new corresponding `npm run` commands `dev-install` and `dev-prune` to manage this. See README for more details. - Copyediting on several logs to improve clarity. - Various dependencies bumped. diff --git a/package-lock.json b/package-lock.json index 8dc12cdc..499345ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "roosevelt", - "version": "0.14.2", + "version": "0.14.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b8bbd28b..0bb0eb08 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "Troy Coutu ", "Alexander J. Lallier " ], - "version": "0.14.2", + "version": "0.14.3", "homepage": "https://github.com/rooseveltframework/roosevelt", "license": "CC-BY-4.0", "main": "roosevelt.js",