We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 936467f + 848eb9f commit cdf4992Copy full SHA for cdf4992
CHANGELOG.md
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
6
## [Unreleased]
7
8
+## [0.12.3] - 2022-08-12
9
+### Fixed
10
+- respect live_socket_path config option #119 by @ananthakumaran
11
+
12
13
## [0.12.2] - 2022-05-07
14
### Fixed
15
- Fix compile issue for missing id attribute #117 by @williamweckl
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExqUI.MixProject do
2
use Mix.Project
3
4
- @version "0.12.2"
+ @version "0.12.3"
def project do
[
0 commit comments