From 11262e5f4d74c7dea8e59c0da38903d1c273fb75 Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Fri, 9 Nov 2018 00:12:13 -0500 Subject: [PATCH] Release v3.1.4 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",