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 7b8c848 commit b7cf6daCopy full SHA for b7cf6da
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+# v3.0.3 (2020-09-04)
4
+
5
+* Bug fix
6
+ * Fix sorting of attributes in `tag`/`content_tag`
7
8
# v3.0.2 (2020-08-19)
9
10
* Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule PhoenixHtml.Mixfile do
use Mix.Project
# Also change package.json version
- @version "3.0.2"
+ @version "3.0.3"
def project do
[
package.json
@@ -1,6 +1,6 @@
{
"name": "phoenix_html",
- "version": "3.0.2",
+ "version": "3.0.3",
"main": "./priv/static/phoenix_html.js",
"repository": {
},
0 commit comments