1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Fix releaseHeader for the initial release; should backport to v1

This commit is contained in:
Geoffrey Booth 2016-12-18 15:57:04 -08:00
parent 0a6aeef0c9
commit b398c8809a

View file

@ -511,7 +511,7 @@ releaseHeader('2009-12-24', '0.1.1', '0.1.0')
Added `instanceof` and `typeof` as operators. Added `instanceof` and `typeof` as operators.
``` ```
releaseHeader('2009-12-24', '0.1.0') releaseHeader('2009-12-24', '0.1.0', '8e9d637985d2dc9b44922076ad54ffef7fa8e9c2')
``` ```
Initial CoffeeScript release. Initial CoffeeScript release.