Skip to content

Commit 09fa479

Browse files
committed
v0.10.4
1 parent a96e8dd commit 09fa479

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## main
44

5+
## v0.10.4
6+
57
### Improvements
68

79
* alias: delete noop single-module aliases (`alias Foo`, #87, h/t @mgieger)
810

911
### Fixes
1012

11-
* pipes: recursively fix starts (`f(g(h(x))) |> j()` => `x |> h() |> g() |> f() |> j()`, #94, h/t @tomjschuster)
13+
* pipes: unnest all pipe starts in one pass (`f(g(h(x))) |> j()` => `x |> h() |> g() |> f() |> j()`, #94, h/t @tomjschuster)
1214

1315
## v0.10.3
1416

mix.exs

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

1818
def project do

0 commit comments

Comments
 (0)