diff --git a/documentation/sections/changelog.md b/documentation/sections/changelog.md index 0e571bb0..a10680df 100644 --- a/documentation/sections/changelog.md +++ b/documentation/sections/changelog.md @@ -1,5 +1,13 @@ ## Change Log +``` +releaseHeader('2017-02-15', '1.12.4', '1.12.3') +``` + +* The `cake` commands have been updated, with new `watch` options for most tasks. Clone the [CoffeeScript repo](https://github.com/jashkenas/coffeescript) and run `cake` at the root of the repo to see the options. +* Fixed a bug where `export`ing a referenced variable was preventing the variable from being declared. +* Fixed a bug where the `coffee` command wasn’t working for a `.litcoffee` file. + ``` releaseHeader('2017-01-24', '1.12.3', '1.12.2') ``` diff --git a/package.json b/package.json index ca21e675..a4445796 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "compiler" ], "author": "Jeremy Ashkenas", - "version": "1.12.3", + "version": "1.12.4", "license": "MIT", "engines": { "node": ">=0.8.0"