Skip to content

Commit ff5571c

Browse files
committedMar 5, 2019
Release v3.2.0
1 parent f997a52 commit ff5571c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
3.2.0 (Mar 5 2019)
5+
------------------
6+
47
* Adds [`NodeResolveLoader`](http://mozilla.github.io/nunjucks/api.html#noderesolveloader),
58
a Loader that loads templates using node's
69
[`require.resolve`](https://nodejs.org/api/modules.html#modules_all_together).

‎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.7",
4+
"version": "3.2.0",
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.