Skip to content

Commit 96cb5ef

Browse files
committed
🚢 bump to version 3.0.3
1 parent 4c9ef8f commit 96cb5ef

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [3.0.3] / 27 August 2019
7+
8+
### Added
9+
10+
* [#713]: Add test cases for custom functions in partials, by [@wol-soft].
11+
12+
### Fixed
13+
14+
* [#714]: Bugfix for wrong function output in partials with indentation, by [@phillipj].
15+
616
## [3.0.2] / 21 August 2019
717

818
### Fixed
@@ -337,6 +347,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
337347
* Fixed a bug that clashed with QUnit (thanks [@kannix]).
338348
* Added volo support (thanks [@guybedford]).
339349

350+
[3.0.3]: https://github.com/janl/mustache.js/compare/v3.0.2...v3.0.3
340351
[3.0.2]: https://github.com/janl/mustache.js/compare/v3.0.1...v3.0.2
341352
[3.0.1]: https://github.com/janl/mustache.js/compare/v3.0.0...v3.0.1
342353
[3.0.0]: https://github.com/janl/mustache.js/compare/v2.3.2...v3.0.0
@@ -398,6 +409,8 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
398409
[#701]: https://github.com/janl/mustache.js/issues/701
399410
[#704]: https://github.com/janl/mustache.js/issues/704
400411
[#705]: https://github.com/janl/mustache.js/issues/705
412+
[#713]: https://github.com/janl/mustache.js/issues/713
413+
[#714]: https://github.com/janl/mustache.js/issues/714
401414

402415
[@afc163]: https://github.com/afc163
403416
[@andersk]: https://github.com/andersk
@@ -444,3 +457,4 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
444457
[@Xcrucifier]: https://github.com/Xcrucifier
445458
[@yotammadem]: https://github.com/yotammadem
446459
[@yousefcisco]: https://github.com/yousefcisco
460+
[@wol-soft]: https://github.com/wol-soft

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
};
654654

655655
mustache.name = 'mustache.js';
656-
mustache.version = '3.0.2';
656+
mustache.version = '3.0.3';
657657
mustache.tags = [ '{{', '}}' ];
658658

659659
// 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>3.0.2</version>
5+
<version>3.0.3</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)