diff --git a/CHANGES b/CHANGES index 34e7270..c3546e0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ += 0.8.1 / 3 Jan 2014 + + * Fix usage of partial templates. + = 0.8.0 / 2 Dec 2013 * Remove compile* writer functions, use mustache.parse instead. Smaller API. diff --git a/mustache.js b/mustache.js index de8ec8f..3a84b74 100644 --- a/mustache.js +++ b/mustache.js @@ -517,7 +517,7 @@ }; mustache.name = "mustache.js"; - mustache.version = "0.8.0"; + mustache.version = "0.8.1"; mustache.tags = [ "{{", "}}" ]; // All high-level mustache.* functions use this writer. diff --git a/mustache.js.nuspec b/mustache.js.nuspec index 2da2411..ae499a6 100644 --- a/mustache.js.nuspec +++ b/mustache.js.nuspec @@ -2,7 +2,7 @@ mustache.js - 0.8.0 + 0.8.1 mustache.js Authors https://github.com/janl/mustache.js/blob/master/LICENSE http://mustache.github.com/ diff --git a/package.json b/package.json index a9b02e1..105bbe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mustache", - "version": "0.8.0", + "version": "0.8.1", "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors ", "repository": {