Skip to content

Commit c511610

Browse files
committed
v1.4.2
1 parent aa3e7ce commit c511610

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)