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 b19e8bd commit 8964889Copy full SHA for 8964889
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v2.5.1
2
+* Enhancements:
3
+ * [Correct If statement identation](https://github.com/bryanjos/elixir-estree/pull/18)
4
+
5
# v2.5.0
6
* Enhancements:
7
* [Greatly improved formatting of generated JavaScript](https://github.com/bryanjos/elixir-estree/pull/15)
mix.exs
@@ -3,7 +3,7 @@ defmodule ESTree.Mixfile do
def project do
[app: :estree,
- version: "2.5.0",
+ version: "2.5.1",
elixir: "~> 1.0",
8
deps: deps(),
9
description: description(),
0 commit comments