diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f92993..31cbb006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -3.2.4 (unreleased) +3.2.4 (Apr 13 2023) ------------------ * HTML encode backslashes when expressions are passed through the escape diff --git a/package.json b/package.json index 17d1e285..6eb3ff88 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.3", + "version": "3.2.4", "author": "James Long ", "dependencies": { "a-sync-waterfall": "^1.0.0",