From 6d507b46d316b429fd9ecd3e8ce86e863278ca1c Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Wed, 30 Nov 2016 20:48:06 -0800 Subject: [PATCH 01/17] Bump version to 1.12.0; pass through as a variable to index.html --- Cakefile | 1 + documentation/index.html | 2 +- package.json | 2 +- src/coffee-script.coffee | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cakefile b/Cakefile index d276c4e942..0d6ddf9f26 100644 --- a/Cakefile +++ b/Cakefile @@ -221,6 +221,7 @@ task 'doc:site', 'watch and continually rebuild the documentation for the websit codeFor: codeFor() releaseHeader: releaseHeader majorVersion: majorVersion + fullVersion: CoffeeScript.VERSION fs.writeFileSync "docs/v#{majorVersion}/index.html", output log 'compiled', green, "#{indexFile} → docs/v#{majorVersion}/index.html" diff --git a/documentation/index.html b/documentation/index.html index 3b6b462da4..de2a7ea72b 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -126,7 +126,7 @@

Latest Version: - 1.11.1 + <%= fullVersion %>

npm install -g coffee-script
diff --git a/package.json b/package.json index ceed2e11a3..cf6d5e9091 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "compiler" ], "author": "Jeremy Ashkenas", - "version": "1.11.1", + "version": "1.12.0", "license": "MIT", "engines": { "node": ">=0.8.0" diff --git a/src/coffee-script.coffee b/src/coffee-script.coffee index 4e6895bdef..25318d67e4 100644 --- a/src/coffee-script.coffee +++ b/src/coffee-script.coffee @@ -12,7 +12,7 @@ helpers = require './helpers' SourceMap = require './sourcemap' # The current CoffeeScript version number. -exports.VERSION = '1.11.1' +exports.VERSION = '1.12.0' exports.FILE_EXTENSIONS = ['.coffee', '.litcoffee', '.coffee.md'] From a15bf3d3367de10a870b246c4751b8adc84618a6 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Wed, 30 Nov 2016 20:48:58 -0800 Subject: [PATCH 02/17] 1.11.1 to 1.12.0 change log --- documentation/index.html | 78 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/documentation/index.html b/documentation/index.html index de2a7ea72b..bd2bcaf608 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -1330,6 +1330,84 @@

Change Log

+

+ <%= releaseHeader('2016-12-01', '1.12.0', '1.11.1') %> +

+

+

<%= releaseHeader('2016-10-02', '1.11.1', '1.11.0') %>