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 af740c3 commit e7a3b81Copy full SHA for e7a3b81
CHANGELOG.md
@@ -5,9 +5,11 @@ they can and will change without that change being reflected in Styler's semanti
5
6
## main
7
8
+## 1.5.1
9
+
10
### Fixes
11
-- 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)
13
14
## 1.5.0
15
mix.exs
@@ -12,7 +12,7 @@ defmodule Styler.MixProject do
use Mix.Project
# Don't forget to bump the README when doing non-patch version changes
- @version "1.5.0"
+ @version "1.5.1"
16
@url "https://github.com/adobe/elixir-styler"
17
18
def project do
0 commit comments