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 4ba7f64 commit 8d9a8e0Copy full SHA for 8d9a8e0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v2.4.2
2
+* Fixes
3
+ * [Expressions in variable declarations](https://github.com/bryanjos/elixir-estree/pull/13)
4
+
5
# v2.4.1
6
* Fixes
7
* Handle edge case when string literal is a JSX child
mix.exs
@@ -3,7 +3,7 @@ defmodule ESTree.Mixfile do
def project do
[app: :estree,
- version: "2.4.1",
+ version: "2.4.2",
elixir: "~> 1.0",
8
deps: deps,
9
description: description,
0 commit comments