Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 19, 2023
1 parent 065f1f3 commit 90a8c78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.4

* Relax Phoenix.HTML dependency

## 1.0.3

* Improve error message for invalid file paths
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PhoenixTemplate.MixProject do
use Mix.Project

@version "1.0.3"
@version "1.0.4"
@source_url "https://github.com/phoenixframework/phoenix_template"

def project do
Expand Down Expand Up @@ -33,7 +33,7 @@ defmodule PhoenixTemplate.MixProject do

defp deps do
[
{:phoenix_html, "~> 2.14.2 or ~> 3.0", optional: true},
{:phoenix_html, "~> 2.14.2 or ~> 3.0 or ~> 4.0", optional: true},
{:jason, "~> 1.0", only: :test},
{:ex_doc, "~> 0.22", only: :docs}
]
Expand Down

0 comments on commit 90a8c78

Please sign in to comment.