mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Bump version to 1.12.4 and update changelog
This commit is contained in:
parent
856bf5e68c
commit
4547cbac3a
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
## Change Log
|
## 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')
|
releaseHeader('2017-01-24', '1.12.3', '1.12.2')
|
||||||
```
|
```
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"compiler"
|
"compiler"
|
||||||
],
|
],
|
||||||
"author": "Jeremy Ashkenas",
|
"author": "Jeremy Ashkenas",
|
||||||
"version": "1.12.3",
|
"version": "1.12.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8.0"
|
"node": ">=0.8.0"
|
||||||
|
|
Loading…
Reference in a new issue