From 3de7badc272f5a92cada7aaa97621fba77e2db78 Mon Sep 17 00:00:00 2001 From: Michael Rawlings Date: Tue, 27 Nov 2018 12:07:54 -0800 Subject: [PATCH] 4.13.13 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33060b52d..6e5313018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## 4.13.x +### 4.13.13 + +- Fix regression: parsing of `if` statments without braces (in scriptlets & otherwise). [#1175](https://github.com/marko-js/marko/pull/1175) +- Fix regression: `` and `` tags with non-standard placeholders in normal string attributes. [#1176](https://github.com/marko-js/marko/pull/1176) + ### 4.13.12 - `` tag translates to modern Marko scriptlet (or dynamic tag). [#1165](https://github.com/marko-js/marko/pull/1165) diff --git a/package-lock.json b/package-lock.json index b33916606..eb3c0ada1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "4.13.12", + "version": "4.13.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8ec6bd5ea..9149961d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "4.13.12", + "version": "4.13.13", "license": "MIT", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "scripts": {