Skip to content

Commit 2cd823e

Browse files
committed
Version 0.6.0.12
Also, add a changelog.
1 parent e658154 commit 2cd823e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ChangeLog for `language-javascript`
2+
3+
## 0.6.0.12 -- 2019-05-03
4+
5+
+ Add support for for..of and friends (Franco Bulgarelli)

language-javascript.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: language-javascript
2-
Version: 0.6.0.11
2+
Version: 0.6.0.12
33
Synopsis: Parser for JavaScript
44
Description: Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
55
.
@@ -17,6 +17,7 @@ Build-type: Simple
1717
homepage: https://github.com/erikd/language-javascript
1818
bug-reports: https://github.com/erikd/language-javascript/issues
1919
Extra-source-files: README.md
20+
ChangeLog.md
2021
.ghci
2122
buildall.sh
2223
test/Unicode.js

0 commit comments

Comments
 (0)