Skip to content

Commit b7cf6da

Browse files
committed
Release v3.0.3
1 parent 7b8c848 commit b7cf6da

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
# v3.0.3 (2020-09-04)
4+
5+
* Bug fix
6+
* Fix sorting of attributes in `tag`/`content_tag`
7+
38
# v3.0.2 (2020-08-19)
49

510
* Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PhoenixHtml.Mixfile do
22
use Mix.Project
33

44
# Also change package.json version
5-
@version "3.0.2"
5+
@version "3.0.3"
66

77
def project do
88
[

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phoenix_html",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"main": "./priv/static/phoenix_html.js",
55
"repository": {
66
},

0 commit comments

Comments
 (0)