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 1df5f1d commit be4dcecCopy full SHA for be4dcec
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.4.1
9
+
10
### Improvements
11
-- `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
13
14
```elixir
15
# before
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.4.0"
+ @version "1.4.1"
16
@url "https://github.com/adobe/elixir-styler"
17
18
def project do
0 commit comments