Skip to content

Commit 90a8c78

Browse files
committed
Release v1.0.4
1 parent 065f1f3 commit 90a8c78

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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+
## 1.0.4
4+
5+
* Relax Phoenix.HTML dependency
6+
37
## 1.0.3
48

59
* Improve error message for invalid file paths

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PhoenixTemplate.MixProject do
22
use Mix.Project
33

4-
@version "1.0.3"
4+
@version "1.0.4"
55
@source_url "https://github.com/phoenixframework/phoenix_template"
66

77
def project do
@@ -33,7 +33,7 @@ defmodule PhoenixTemplate.MixProject do
3333

3434
defp deps do
3535
[
36-
{:phoenix_html, "~> 2.14.2 or ~> 3.0", optional: true},
36+
{:phoenix_html, "~> 2.14.2 or ~> 3.0 or ~> 4.0", optional: true},
3737
{:jason, "~> 1.0", only: :test},
3838
{:ex_doc, "~> 0.22", only: :docs}
3939
]

0 commit comments

Comments
 (0)