Skip to content

Commit 8964889

Browse files
committed
Update version and changelog
1 parent b19e8bd commit 8964889

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v2.5.1
2+
* Enhancements:
3+
* [Correct If statement identation](https://github.com/bryanjos/elixir-estree/pull/18)
4+
15
# v2.5.0
26
* Enhancements:
37
* [Greatly improved formatting of generated JavaScript](https://github.com/bryanjos/elixir-estree/pull/15)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ESTree.Mixfile do
33

44
def project do
55
[app: :estree,
6-
version: "2.5.0",
6+
version: "2.5.1",
77
elixir: "~> 1.0",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)