Skip to content

Commit

Permalink
🚢 bump to version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dasilvacontin committed Jul 23, 2015
1 parent c4c9238 commit 20c0893
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.3] / 23 July 2015

### Added

* Throw error when providing .render() with invalid template type, by [@phillipj].
* Documents use of string literals containing double quotes, by [@jfmercer].

### Changed

* Move mustache gif to githubusercontent, by [@Andersos].

### Fixed

* Update UMD Shim to be resilient to HTMLElement global pollution, by [@mikesherov].

## [2.1.2] / 17 June 2015

### Added
Expand Down Expand Up @@ -120,6 +135,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Fixed a bug that clashed with QUnit (thanks [@kannix]).
* Added volo support (thanks [@guybedford]).

[2.1.3]: https://github.com/janl/mustache.js/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/janl/mustache.js/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/janl/mustache.js/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/janl/mustache.js/compare/v2.0.0...v2.1.0
Expand Down Expand Up @@ -147,17 +163,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[#274]: https://github.com/janl/mustache.js/issues/274
[#466]: https://github.com/janl/mustache.js/issues/466

[@Andersos]: https://github.com/Andersos
[@TiddoLangerak]: https://github.com/TiddoLangerak
[@afc163]: https://github.com/afc163
[@cmbuckley]: https://github.com/cmbuckley
[@cweider]: https://github.com/cweider
[@dasilvacontin]: https://github.com/dasilvacontin
[@fallenice]: https://github.com/fallenice
[@guybedford]: https://github.com/guybedford
[@jfmercer]: https://github.com/jfmercer
[@jrburke]: https://github.com/jrburke
[@kannix]: https://github.com/kannix
[@kkirsche]: https://github.com/kkirsche
[@kristijanmatic]: https://github.com/kristijanmatic
[@mikesherov]: https://github.com/mikesherov
[@mjackson]: https://github.com/mjackson
[@nagaozen]: https://github.com/nagaozen
[@pgilad]: https://github.com/pgilad
Expand Down
2 changes: 1 addition & 1 deletion mustache.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
};

mustache.name = 'mustache.js';
mustache.version = '2.1.2';
mustache.version = '2.1.3';
mustache.tags = [ '{{', '}}' ];

// All high-level mustache.* functions use this writer.
Expand Down
2 changes: 1 addition & 1 deletion mustache.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>mustache.js</id>
<version>2.1.2</version>
<version>2.1.3</version>
<authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl>
Expand Down
Loading

0 comments on commit 20c0893

Please sign in to comment.