Skip to content

Commit 8d9a8e0

Browse files
committed
Release 2.4.2
1 parent 4ba7f64 commit 8d9a8e0

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.4.2
2+
* Fixes
3+
* [Expressions in variable declarations](https://github.com/bryanjos/elixir-estree/pull/13)
4+
15
# v2.4.1
26
* Fixes
37
* Handle edge case when string literal is a JSX child

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.4.1",
6+
version: "2.4.2",
77
elixir: "~> 1.0",
88
deps: deps,
99
description: description,

0 commit comments

Comments
 (0)