Skip to content

Commit

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

## [2.1.2] / 17 June 2015

### Added

* Mustache global definition ([#466]) by [@yousefcisco].

## [2.1.1] / 11 June 2015

### Added
Expand Down Expand Up @@ -114,6 +120,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.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
[2.0.0]: https://github.com/janl/mustache.js/compare/v1.2.0...v2.0.0
Expand All @@ -138,6 +145,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[#267]: https://github.com/janl/mustache.js/issues/267
[#270]: https://github.com/janl/mustache.js/issues/270
[#274]: https://github.com/janl/mustache.js/issues/274
[#466]: https://github.com/janl/mustache.js/issues/466

[@TiddoLangerak]: https://github.com/TiddoLangerak
[@afc163]: https://github.com/afc163
Expand All @@ -154,3 +162,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[@nagaozen]: https://github.com/nagaozen
[@pgilad]: https://github.com/pgilad
[@phillipj]: https://github.com/phillipj
[@yousefcisco]: https://github.com/yousefcisco
2 changes: 1 addition & 1 deletion mustache.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
};

mustache.name = 'mustache.js';
mustache.version = '2.1.1';
mustache.version = '2.1.2';
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.1</version>
<version>2.1.2</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
2 changes: 1 addition & 1 deletion mustache.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55c1370

Please sign in to comment.