Skip to content

Commit 710b5bf

Browse files
committed
v1.5.0
1 parent 529d9fe commit 710b5bf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ they can and will change without that change being reflected in Styler's semanti
55

66
## main
77

8+
## 1.5.0
9+
810
### Improvements
911

1012
- apply aliases to code. if a module is aliased, and then later referenced with its full name, Styler will now shorten it to its alias. (#235, h/t me)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add `:styler` as a dependency to your project's `mix.exs`:
4242
```elixir
4343
def deps do
4444
[
45-
{:styler, "~> 1.4", only: [:dev, :test], runtime: false},
45+
{:styler, "~> 1.5", only: [:dev, :test], runtime: false},
4646
]
4747
end
4848
```

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

1818
def project do

0 commit comments

Comments
 (0)