Skip to content

Commit

Permalink
1.12.7: Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth committed Jul 15, 2017
1 parent 799bc6e commit 0d9ce2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions documentation/sections/changelog.md
@@ -1,5 +1,12 @@
## Change Log

```
releaseHeader('2017-07-15', '1.12.7', '1.12.6')
```

* Fix regressions in 1.12.6 related to chained function calls and indented `return` and `throw` arguments.
* The REPL no longer warns about assigning to `_`.

```
releaseHeader('2017-05-15', '1.12.6', '1.12.5')
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"compiler"
],
"author": "Jeremy Ashkenas",
"version": "1.12.6",
"version": "1.12.7",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 0d9ce2c

Please sign in to comment.