This commit is contained in:
austinkelleher 2017-03-13 15:13:53 -04:00
commit e3547b97c0
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"
},