This commit is contained in:
Michael Rawlings 2018-11-27 12:07:54 -08:00
parent c791afcf12
commit 3de7badc27
No known key found for this signature in database
GPG Key ID: 95A877250FE4F1FA
3 changed files with 7 additions and 2 deletions

View File

@ -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: `<var>` and `<assign>` tags with non-standard placeholders in normal string attributes. [#1176](https://github.com/marko-js/marko/pull/1176)
### 4.13.12
- `<invoke>` tag translates to modern Marko scriptlet (or dynamic tag). [#1165](https://github.com/marko-js/marko/pull/1165)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "4.13.12",
"version": "4.13.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {