Skip to content

Commit 5b9f0b7

Browse files
committed
Release v0.12.1
1 parent 14d1738 commit 5b9f0b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.12.1 (2025-02-14)
4+
5+
* Support Liveview `1.0` (#760)
6+
* Improve errors and diagnostics (#757)
7+
* Fix printing diagnostics on hot code reloading (#754)
8+
* Fix attr={...} error
9+
310
## v0.12.0 (2024-09-24)
411

512
* Add column information to diagnostics to improve error/warning messages during compiler validation

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Surface.MixProject do
22
use Mix.Project
33

4-
@version "0.12.0"
4+
@version "0.12.1"
55
@source_url "https://github.com/surface-ui/surface"
66
@homepage_url "https://surface-ui.org"
77

0 commit comments

Comments
 (0)