We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30eee8f commit 2b222dbCopy full SHA for 2b222db
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v4.1.1 (2024-03-01)
4
+ * Fix dependency resolution error
5
+
6
## v4.1.0 (2024-02-29)
7
8
* Enhancements
mix.exs
@@ -3,7 +3,7 @@ defmodule PhoenixHTML.Mixfile do
# Also change package.json version
@source_url "https://github.com/phoenixframework/phoenix_html"
- @version "4.1.0"
+ @version "4.1.1"
def project do
9
[
0 commit comments