Skip to content

Commit 3f120f8

Browse files
author
Brian Kim
committed
v0.5.7
1 parent e43d179 commit 3f120f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## [0.5.7] - 2023-12-05
3+
- Fix keyed elements disappearing incorrectly, a bug introduced in 0.5.5
24
## [0.5.6] - 2023-11-07
35
- Fix `foreignObject` children having the wrong `xmlns` (https://github.com/bikeshaving/crank/pull/268 by (@canadaduane)
46
## [0.5.5] - 2023-11-06

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@b9g/crank",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"private": true,
55
"description": "Write JSX-driven components with functions, promises and generators.",
66
"homepage": "https://crank.js.org",

0 commit comments

Comments
 (0)