diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c065bf6..83907ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -3.1.6 (unreleased) +3.1.7 (Jan 12 2019) ------------------ * Fix bug where exceptions were silently swallowed with synchronous render. @@ -9,6 +9,18 @@ Changelog [#1116](https://github.com/mozilla/nunjucks/issues/1116), [#1127](https://github.com/mozilla/nunjucks/issues/1127), and [#1164](https://github.com/mozilla/nunjucks/issues/1164) +* Removes deprecated postinstall-build package in favor of + [npm prepare](https://docs.npmjs.com/misc/scripts#prepublish-and-prepare). + Merge of [#1172](https://github.com/mozilla/nunjucks/pull/1172). + Fixes [#1167](https://github.com/mozilla/nunjucks/issues/1167). + + - Note: this means that npm@5 or later is required to install nunjucks + directly from github. + +3.1.6 (Dec 13 2018) +------------------- + +No code changes; fixed npm packaging issue. 3.1.5 (Dec 13 2018) ------------------- diff --git a/package.json b/package.json index 6378dcf4..f3a6a138 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.6", + "version": "3.1.7", "author": "James Long ", "dependencies": { "a-sync-waterfall": "^1.0.0",