Skip to content

Commit

Permalink
v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kim committed Dec 6, 2023
1 parent e43d179 commit 3f120f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## [0.5.7] - 2023-12-05
- Fix keyed elements disappearing incorrectly, a bug introduced in 0.5.5
## [0.5.6] - 2023-11-07
- Fix `foreignObject` children having the wrong `xmlns` (https://github.com/bikeshaving/crank/pull/268 by (@canadaduane)
## [0.5.5] - 2023-11-06
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@b9g/crank",
"version": "0.5.6",
"version": "0.5.7",
"private": true,
"description": "Write JSX-driven components with functions, promises and generators.",
"homepage": "https://crank.js.org",
Expand Down

0 comments on commit 3f120f8

Please sign in to comment.