8000 Merge pull request #761 from twigjs/update-1.15.4 · twigjs/twig.js@071be04 · GitHub
[go: up one dir, main page]

Skip to content

Commit 071be04

Browse files
authored
Merge pull request #761 from twigjs/update-1.15.4
Update to 1.15.4
2 parents 2c7ba19 + 2916244 commit 071be04

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.15.4, released 2020-11-27
2+
-----------------------------------
3+
Minor improvements:
4+
* Fix lost context when calling a macro multiple times ([#727](https://github.com/twigjs/twig.js/pull/727)) by [mihkeleidast ](https://github.com/mihkeleidast)
5+
16
Version 1.15.3, released 2020-11-05
27
-----------------------------------
38
Minor improvements:

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.15.3",
5+
"version": "1.15.4",
66
"homepage": "https://github.com/twigjs/twig.js",
77
"license": "BSD-2-Clause",
88
"licenses": [

0 commit comments

Comments
 (0)
0