Skip to content

Commit e7a3b81

Browse files
committed
v1.5.1
1 parent af740c3 commit e7a3b81

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.5.1
9+
810
### Fixes
911

10-
- handle comments when lifting aliases in snippets with no prior directives (#239, h/t @kerryb)
12+
- alias lifting: handle comments in snippets with no existing directives (#239, h/t @kerryb)
1113

1214
## 1.5.0
1315

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.5.0"
15+
@version "1.5.1"
1616
@url "https://github.com/adobe/elixir-styler"
1717

1818
def project do

0 commit comments

Comments
 (0)