Skip to content

Commit cdf4992

Browse files
authored
Merge pull request #123 from akira/akira/bump_0-12-3
Bump to 0.12.13
2 parents 936467f + 848eb9f commit cdf4992

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8+
## [0.12.3] - 2022-08-12
9+
### Fixed
10+
- respect live_socket_path config option #119 by @ananthakumaran
11+
12+
813
## [0.12.2] - 2022-05-07
914
### Fixed
1015
- Fix compile issue for missing id attribute #117 by @williamweckl

mix.exs

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

4-
@version "0.12.2"
4+
@version "0.12.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)