Skip to content

Commit 1370361

Browse files
committedJan 12, 2019
v3.1.7
1 parent 0a65e1f commit 1370361

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
 

‎CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
Changelog
22
=========
33

4-
3.1.6 (unreleased)
4+
3.1.7 (Jan 12 2019)
55
------------------
66

77
* Fix bug where exceptions were silently swallowed with synchronous render.
88
Fixes [#678](https://github.com/mozilla/nunjucks/issues/678),
99
[#1116](https://github.com/mozilla/nunjucks/issues/1116),
1010
[#1127](https://github.com/mozilla/nunjucks/issues/1127), and
1111
[#1164](https://github.com/mozilla/nunjucks/issues/1164)
12+
* Removes deprecated postinstall-build package in favor of
13+
[npm prepare](https://docs.npmjs.com/misc/scripts#prepublish-and-prepare).
14+
Merge of [#1172](https://github.com/mozilla/nunjucks/pull/1172).
15+
Fixes [#1167](https://github.com/mozilla/nunjucks/issues/1167).
16+
17+
- Note: this means that npm@5 or later is required to install nunjucks
18+
directly from github.
19+
20+
3.1.6 (Dec 13 2018)
21+
-------------------
22+
23+
No code changes; fixed npm packaging issue.
1224

1325
3.1.5 (Dec 13 2018)
1426
-------------------

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nunjucks",
33
"description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)",
4-
"version": "3.1.6",
4+
"version": "3.1.7",
55
"author": "James Long <longster@gmail.com>",
66
"dependencies": {
77
"a-sync-waterfall": "^1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.