diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ba4520..169e41fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +3.1.4 (Nov 9 2018) +------------------ + * Fix engine version for Node v11.1.0 * Fix "Unexpected token" error for U+2028 unicode newline. Fixes [#126](https://github.com/mozilla/nunjucks/issues/126) and [#736](https://github.com/mozilla/nunjucks/issues/736) diff --git a/package.json b/package.json index b449ad8d..3b7e0f28 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.3", + "version": "3.1.4", "author": "James Long ", "dependencies": { "a-sync-waterfall": "^1.0.0",