From 53d1223bb1de0a3367a8bf13cb6438ad9db32b1b Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Tue, 17 Mar 2020 09:40:02 -0400 Subject: [PATCH] Release v3.2.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6e63f0..9402d42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +3.2.1 (Mar 17 2020) +------------------- +* Replace yargs with commander to reduce number of dependencies. Merge of + [#1253](https://github.com/mozilla/nunjucks/pull/1253). Thanks + [AlynxZhou](@AlynxZhou). +* Update optional dependency chokidar from `^2.0.0` to `^3.3.0`. Merge of + [#1254](https://github.com/mozilla/nunjucks/pull/1254). Thanks + [eklingen](@eklingen). +* Prevent optional dependency Chokidar from loading when not watching. Merge + of [#1250](https://github.com/mozilla/nunjucks/pull/1250). Thanks + [eklingen](@eklingen). + 3.2.0 (Mar 5 2019) ------------------ diff --git a/package.json b/package.json index 31e153c5..88f23ae0 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.2.0", + "version": "3.2.1", "author": "James Long ", "dependencies": { "a-sync-waterfall": "^1.0.0",