Skip to content

Commit b474970

Browse files
committed
Release v0.4.2
1 parent f5cf8a6 commit b474970

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 0.4.2 (2025-10-09)
4+
5+
### Bug fixes
6+
* Fix crash when refreshing during callback execution in [#760](https://github.com/software-mansion/live-debugger/pull/760)
7+
* Explicit formats in SocketDiscoveryController in [#754](https://github.com/software-mansion/live-debugger/pull/754)
8+
* Fix positioning of return arrow in [#788](https://github.com/software-mansion/live-debugger/pull/788)
9+
* Fix highlighting LiveViews in LiveComponents in [#725](https://github.com/software-mansion/live-debugger/pull/725)
10+
* Add phoenix ~> 1.7 dep in [#791](https://github.com/software-mansion/live-debugger/pull/791)
11+
312
## 0.4.1 (2025-09-09)
413

514
### Bug fixes

mix.exs

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

4-
@version "0.4.1"
4+
@version "0.4.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)