From 4547cbac3ab442fab7561fe64f2fb99639b95e5d Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Tue, 14 Feb 2017 23:30:10 -0800 Subject: [PATCH] Bump version to 1.12.4 and update changelog --- documentation/sections/changelog.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"