diff --git a/CHANGELOG.md b/CHANGELOG.md index 1837ede8..c30b159f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Version 1.13.2, released 2019-01-22 +----------------------------------- +Minor improvements: +* fix for not autoescaping includes having a parent ([#606](https://github.com/twigjs/twig.js/pull/606)) + Version 1.13.1, released 2019-01-19 ----------------------------------- Minor improvements: diff --git a/package.json b/package.json index 3ce3704d..c35b0146 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "John Roepke (http://john.sh/)", "name": "twig", "description": "JS port of the Twig templating language.", - "version": "1.13.1", + "version": "1.13.2", "homepage": "https://github.com/twigjs/twig.js", "licenses": [ {