Skip to content

Commit be4dcec

Browse files
committed
v1.4.1
1 parent 1df5f1d commit be4dcec

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.4.1
9+
810
### Improvements
911

10-
- `to_timeout/1` use the next largest unit in some simple instances
12+
- `to_timeout/1` rewrites to use the next largest unit in some simple instances
1113

1214
```elixir
1315
# before

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

1818
def project do

0 commit comments

Comments
 (0)