From dfdb910ae7b59e274f1ff97d29b724871f01b4cc Mon Sep 17 00:00:00 2001 From: Zordius Chen <1201409+zordius@users.noreply.github.com> Date: Sun, 9 Jun 2019 12:10:55 +0800 Subject: [PATCH] release 1.2.4 --- HISTORY.md | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index bb443bb8..cd69ff41 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,13 @@ HISTORY ======= -1.2.4 current master, not released +1.2.5 current master, not released + * align with handlebars.js 4.1.1 + +1.2.4 https://github.com/zordius/lightncandy/tree/v1.2.4 * align with handlebars.js 4.1.1 * 67b91587f8 fix {{#if}} {{else}} {{/if}} bug when them are inside {{#*inline}}...{{/inline}} + * e232e13e12 fix {{else}} compile bug when them are inside {{#*inline}}...{{/inline}} 1.2.3 https://github.com/zordius/lightncandy/tree/v1.2.3 * align with handlebars.js 4.0.11 diff --git a/composer.json b/composer.json index 59367acc..cfb6955b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.2.4-dev" + "dev-master": "1.2.5-dev" } } }