mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Merge branch 'master' of https://github.com/marko-js/marko
This commit is contained in:
commit
e3547b97c0
@ -5,6 +5,10 @@ Changelog
|
||||
|
||||
## 4.1.x
|
||||
|
||||
### 4.1.1
|
||||
|
||||
- Added `"use strict";` to restore Node.js compatibility for Node.js v4 and v5
|
||||
|
||||
### 4.1.0
|
||||
|
||||
- Bug: Fixes [#611](https://github.com/marko-js/marko/issues/611) - Component IDs are not being assigned correctly when intermediate non-component is rendered
|
||||
|
||||
@ -135,7 +135,7 @@
|
||||
]
|
||||
},
|
||||
"homepage": "http://markojs.com/",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"logo": {
|
||||
"url": "https://raw.githubusercontent.com/marko-js/branding/master/marko-logo-small.png"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user