From 6f3e4a36a71cfd59ddc8c1fc5dcd77b8c24d83f3 Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Fri, 23 Feb 2018 18:01:21 -0500 Subject: [PATCH] v3.1.1 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4310c201..db048a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ Changelog ========= -master (unreleased) +3.1.1 (Feb 23 2018) ------------------- -* Fix regression to make `chokidar` an optional dependency again. +* Fix regression to make `chokidar` an optional dependency again. Fixes + [#1073](https://github.com/mozilla/nunjucks/issues/1073) * Fix issue when running `npm install nunjucks` with the `--no-bin-links` flag * Fix regression that broke template caching. Fixes [#1074](https://github.com/mozilla/nunjucks/issues/1074) diff --git a/package.json b/package.json index 7d85227e..790ca514 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.0", + "version": "3.1.1", "author": "James Long ", "dependencies": { "a-sync-waterfall": "^1.0.0",