Skip to content

Commit 5c643c3

Browse files
authored
Merge pull request #614 from twigjs/version-info
1.13.3
2 parents 7fc3815 + a43defe commit 5c643c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 1.13.3, released 2019-05-03
2+
-----------------------------------
3+
Minor improvements:
4+
* Allow project development on Windows ([#611](https://github.com/twigjs/twig.js/pull/611))
5+
* Add possibility to define namespace without slash at the end of the path ([#609](https://github.com/twigjs/twig.js/pull/609))
6+
* Update `verbatim` tag ([#584](https://github.com/twigjs/twig.js/pull/584))
7+
18
Version 1.13.2, released 2019-01-22
29
-----------------------------------
310
Minor improvements:

package.json

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

0 commit comments

Comments
 (0)