Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhitworth committed Feb 8, 2024
1 parent 0d3ec96 commit 085e5db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.2 (2024-02-08)

* support Phoenix LiveView from 0.18.0 (#15)

## 0.4.1 (2024-01-14)

* allow a filter function that generates text to be passed (#12)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PhoenixBetterTable.MixProject do
def project do
[
app: :phoenix_better_table,
version: "0.4.1",
version: "0.4.2",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 085e5db

Please sign in to comment.