Bump version to 1.12.4 and update changelog

This commit is contained in:
Geoffrey Booth 2017-02-14 23:30:10 -08:00
parent 856bf5e68c
commit 4547cbac3a
2 changed files with 9 additions and 1 deletions

View File

@ -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 wasnt working for a `.litcoffee` file.
```
releaseHeader('2017-01-24', '1.12.3', '1.12.2')
```

View File

@ -8,7 +8,7 @@
"compiler"
],
"author": "Jeremy Ashkenas",
"version": "1.12.3",
"version": "1.12.4",
"license": "MIT",
"engines": {
"node": ">=0.8.0"