Skip to content

Commit d86560e

Browse files
committed
Release Artifacts for v2.3.7
[skip ci]
1 parent 328e909 commit d86560e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/recent-changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
# Release v2.3.7
3+
4+
### Patch Changes
5+
6+
#### [Make the attrs of non-element vnodes always non-null. (@kfule)](https://github.com/MithrilJS/mithril.js/pull/3042)
7+
8+
In #3041, it seemed that the case of non-element vnodes was not fully considered in terms of not breaking existing behavior.
9+
210
# Release v2.3.6
311

412
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril",
3-
"version": "2.3.6",
3+
"version": "2.3.7",
44
"description": "A framework for building brilliant applications",
55
"author": "Leo Horie",
66
"license": "MIT",

0 commit comments

Comments
 (0)