Skip to content

Commit 49714ba

Browse files
committed
🚢 bump to version 2.3.2
1 parent 5acafd3 commit 49714ba

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [2.3.2] / 17 August 2018
7+
8+
This release is made to revert changes introduced in [2.3.1] that caused unexpected behaviour for several users.
9+
10+
### Minor
11+
12+
* [#670]: Rollback template cache causing unexpected behaviour, by [@raymond-lam].
13+
614
## [2.3.1] / 7 August 2018
715

816
### Minor
@@ -219,6 +227,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
219227
* Fixed a bug that clashed with QUnit (thanks [@kannix]).
220228
* Added volo support (thanks [@guybedford]).
221229

230+
[2.3.2]: https://github.com/janl/mustache.js/compare/v2.3.1...v2.3.2
222231
[2.3.1]: https://github.com/janl/mustache.js/compare/v2.3.0...v2.3.1
223232
[2.3.0]: https://github.com/janl/mustache.js/compare/v2.2.1...v2.3.0
224233
[2.2.1]: https://github.com/janl/mustache.js/compare/v2.2.0...v2.2.1
@@ -269,6 +278,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
269278
[#666]: https://github.com/janl/mustache.js/issues/666
270279
[#667]: https://github.com/janl/mustache.js/issues/667
271280
[#668]: https://github.com/janl/mustache.js/issues/668
281+
[#670]: https://github.com/janl/mustache.js/issues/670
272282

273283
[@afc163]: https://github.com/afc163
274284
[@Andersos]: https://github.com/Andersos

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
};
568568

569569
mustache.name = 'mustache.js';
570-
mustache.version = '2.3.1';
570+
mustache.version = '2.3.2';
571571
mustache.tags = [ '{{', '}}' ];
572572

573573
// All high-level mustache.* functions use this writer.

mustache.js.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>mustache.js</id>
5-
<version>2.3.1</version>
5+
<version>2.3.2</version>
66
<authors>mustache.js Authors</authors>
77
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
88
<projectUrl>http://mustache.github.com/</projectUrl>

0 commit comments

Comments
 (0)