Skip to content

Commit 50aa83a

Browse files
committed
Release: v0.4.3
1 parent 5cdd2d4 commit 50aa83a

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.3 (2025-11-05)
4+
5+
### Bug fixes
6+
* Fix highlighting with embedded LiveViews [#797](https://github.com/software-mansion/live-debugger/pull/797)
7+
8+
### Enhancements
9+
* Route to same page after redirect to new process [#803](https://github.com/software-mansion/live-debugger/pull/803)
10+
* Add features page to docs [#829](https://github.com/software-mansion/live-debugger/pull/829)
11+
312
## 0.4.2 (2025-10-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.2"
4+
@version "0.4.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)