File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ they can and will change without that change being reflected in Styler's semanti
55
66## main
77
8+ ## 1.4.2
9+
810### Fixes
911
10- - fix bug that mangled large blocks of comments when sorting in configs or with ` # styler:sort ` (#230 , h/t @cschmatzler )
12+ - fix comment misplacement for large comment blocks in config files and ` # styler:sort ` (#230 , h/t @cschmatzler )
1113
1214## 1.4.1
1315
@@ -28,7 +30,7 @@ they can and will change without that change being reflected in Styler's semanti
2830
2931- fixed styler raising when encountering invalid function definition ast
3032
31- ## 1.4
33+ ## 1.4.0
3234
3335- A very nice change in alias lifting means Styler will make sure that your code is _using_ the aliases that it' s specified.
3436- Shoutout to the smartrent folks for finding pipifying recursion issues
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ defmodule Styler.MixProject do
1212 use Mix.Project
1313
1414 # Don't forget to bump the README when doing non-patch version changes
15- @ version "1.4.1 "
15+ @ version "1.4.2 "
1616 @ url "https://github.com/adobe/elixir-styler"
1717
1818 def project do
You can’t perform that action at this time.
0 commit comments