Skip to content

Commit

Permalink
1.12.2 changelog entry and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth committed Dec 16, 2016
1 parent e620434 commit 8c81c4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions documentation/sections/changelog.md
@@ -1,5 +1,14 @@
## Change Log ## Change Log


```
releaseHeader('2016-12-16', '1.12.2', '1.12.1')
```

* The browser compiler can once again be built unminified via `MINIFY=false cake build:browser`.
* The error-prone patched version of `Error.prepareStackTrace` has been removed.
* Command completion in the REPL (pressing tab to get suggestions) has been fixed for Node 6.9.1+.
* The [browser-based tests](v<%= majorVersion %>/test.html) now include all the tests as the Node-based version.

``` ```
releaseHeader('2016-12-07', '1.12.1', '1.12.0') releaseHeader('2016-12-07', '1.12.1', '1.12.0')
``` ```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"compiler" "compiler"
], ],
"author": "Jeremy Ashkenas", "author": "Jeremy Ashkenas",
"version": "1.12.1", "version": "1.12.2",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=0.8.0" "node": ">=0.8.0"
Expand Down

0 comments on commit 8c81c4a

Please sign in to comment.