Skip to content

Commit 59d2b67

Browse files
committed
Release v0.1.7
1 parent 4b156b5 commit 59d2b67

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.7 (2024-09-24)
4+
5+
* Delegate LiveView `handle_async/3`.
6+
37
## v0.1.6 (2024-09-03)
48

59
* Always use PhoenixPlayground.CodeReloader

mix.exs

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

44
@source_url "https://github.com/phoenix-playground/phoenix_playground"
5-
@version "0.1.6"
5+
@version "0.1.7"
66

77
def project do
88
[

0 commit comments

Comments
 (0)