Skip to content

Commit 35cbb35

Browse files
committed
1.13.1
1 parent f5b904b commit 35cbb35

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.13.1, released 2019-01-19
2+
-----------------------------------
3+
Minor improvements:
4+
* Fix for not autoescaping includes ([#604](https://github.com/twigjs/twig.js/pull/604))
5+
16
Version 1.13.0, released 2019-01-09
27
-----------------------------------
38

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "John Roepke <john@justjohn.us> (http://john.sh/)",
33
"name": "twig",
44
"description": "JS port of the Twig templating language.",
5-
"version": "1.13.0",
5+
"version": "1.13.1",
66
"homepage": "https://github.com/twigjs/twig.js",
77
"licenses": [
88
{

0 commit comments

Comments
 (0)