diff --git a/CHANGELOG.md b/CHANGELOG.md index 459d0d95..2318db8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,10 @@ Changelog ========= +3.1.5 (Dec 13 2018) +------------------- + * Fix engine dependency version for Node versions > 11.1.0; - now there is only a minimum Node dependency and not a maximum dependency; - the engine dependency is now a blacklist rather than a whitelist; - it indicates Node versions that are known NOT to work, and unknown future - versions are accepted by default rather than rejected by default. - This fixes a systematic problem where Nunjucks and all of its downstream - dependencies break every time a new Node version is released, despite the - Node update being backwards compatible, thus forcing a new Nunjucks - release such as 3.1.4 until the goalpost is soon moved again. Fixes [#1168](https://github.com/mozilla/nunjucks/issues/1168). 3.1.4 (Nov 9 2018) diff --git a/package.json b/package.json index 75104f81..165c99b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nunjucks", "description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)", - "version": "3.1.4", + "version": "3.1.5", "author": "James Long ", "dependencies": { "a-sync-waterfall": "^1.0.0",