Skip to content

Commit 2b222db

Browse files
committed
Release 4.1.1
1 parent 30eee8f commit 2b222db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## v4.1.1 (2024-03-01)
4+
* Fix dependency resolution error
5+
36
## v4.1.0 (2024-02-29)
47

58
* Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule PhoenixHTML.Mixfile do
33

44
# Also change package.json version
55
@source_url "https://github.com/phoenixframework/phoenix_html"
6-
@version "4.1.0"
6+
@version "4.1.1"
77

88
def project do
99
[

0 commit comments

Comments
 (0)