From c7337e78800aa3087dcf955a47365996ade78fab Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Mon, 20 Jul 2020 00:26:57 -0400 Subject: [PATCH] Release v3.2.2 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5097c8f8..adeb4369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -3.2.2 (unreleased) ------------------- +3.2.2 (Jul 20 2020) +------------------- * Add [`select`](https://mozilla.github.io/nunjucks/templating.html#select) and [`reject`](https://mozilla.github.io/nunjucks/templating.html#reject) filters. diff --git a/package.json b/package.json index f7e1d285..229ea5a8 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.1", + "version": "3.2.2", "author": "James Long ", "dependencies": { "a-sync-waterfall": "^1.0.0",