Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstatezny committed Sep 1, 2021
1 parent e66bf99 commit ee560db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.5.4 (2021-08-31)

* Stop endlessly indenting attribute strings with interpolation whenever node is indented (#43)

## v0.5.3 (2021-08-30)

* Stop endlessly indenting attribute strings with interpolation (#41)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add as a dependency in `mix.exs`:
```elixir
defp deps do
[
{:surface_formatter, "~> 0.5.3"}
{:surface_formatter, "~> 0.5.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule SurfaceFormatter.MixProject do
use Mix.Project

@source_url "https://github.com/surface-ui/surface_formatter"
@version "0.5.3"
@version "0.5.4"

def project do
[
Expand Down

0 comments on commit ee560db

Please sign in to comment.