Skip to content

Commit 679c813

Browse files
committed
Version Version 0.7.1.0
1 parent 366a134 commit 679c813

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ChangeLog for `language-javascript`
22

3+
## 0.7.1.0 -- 2020-03-22
4+
+ Add support `async` function specifiers and `await` keyword.
5+
36
## 0.7.0.0 -- 2019-10-10
47

58
+ Add support for (Ryan Hendrickson):

language-javascript.cabal

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: language-javascript
2-
Version: 0.7.0.0
2+
Version: 0.7.1.0
33
Synopsis: Parser for JavaScript
44
Description: Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
55
.
@@ -19,7 +19,6 @@ bug-reports: https://github.com./erikd/language-javascript/issues
1919
Extra-source-files: README.md
2020
ChangeLog.md
2121
.ghci
22-
buildall.sh
2322
test/Unicode.js
2423
test/k.js
2524
test/unicode.txt

0 commit comments

Comments
 (0)