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 ca218e6 commit 3fe3141Copy full SHA for 3fe3141
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v2.4.1
2
+* Fixes
3
+ * Handle edge case when string literal is a JSX child
4
+
5
# v2.4.0
6
* Enhancements:
7
* Added exponential operators from ES2016
mix.exs
@@ -3,7 +3,7 @@ defmodule ESTree.Mixfile do
def project do
[app: :estree,
- version: "2.4.0",
+ version: "2.4.1",
elixir: "~> 1.0",
8
deps: deps,
9
description: description,
0 commit comments