Skip to content

Commit 1de94bb

Browse files
committed
🚢 bump to version 4.0.1
1 parent f3bd888 commit 1de94bb

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [4.0.1] / 15 March 2020
7+
8+
### Fixed
9+
10+
* [#739]: Fix custom delimiters in nested partials, by [@aielo].
11+
612
## [4.0.0] / 16 January 2020
713

814
Majority of using projects don't have to worry by this being a new major version.
@@ -461,6 +467,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
461467
* Fixed a bug that clashed with QUnit (thanks [@kannix]).
462468
* Added volo support (thanks [@guybedford]).
463469

470+
[4.0.1]: https://github.com/janl/mustache.js/compare/v4.0.0...v4.0.1
464471
[4.0.0]: https://github.com/janl/mustache.js/compare/v3.2.1...v4.0.0
465472
[3.2.1]: https://github.com/janl/mustache.js/compare/v3.2.0...v3.2.1
466473
[3.2.0]: https://github.com/janl/mustache.js/compare/v3.1.0...v3.2.0
@@ -535,8 +542,10 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
535542
[#733]: https://github.com/janl/mustache.js/issues/733
536543
[#731]: https://github.com/janl/mustache.js/issues/731
537544
[#735]: https://github.com/janl/mustache.js/issues/735
545+
[#739]: https://github.com/janl/mustache.js/issues/739
538546

539547
[@afc163]: https://github.com/afc163
548+
[@aielo]: https://github.com/aielo
540549
[@andersk]: https://github.com/andersk
541550
[@Andersos]: https://github.com/Andersos
542551
[@AndrewLeedham]: https://github.com/AndrewLeedham

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666

667667
var mustache = {
668668
name: 'mustache.js',
669-
version: '4.0.0',
669+
version: '4.0.1',
670670
tags: [ '{{', '}}' ],
671671
clearCache: undefined,
672672
escape: undefined,

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>4.0.0</version>
5+
<version>4.0.1</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>

mustache.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mustache.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ Writer.prototype.rawValue = function rawValue (token) {
659659

660660
var mustache = {
661661
name: 'mustache.js',
662-
version: '4.0.0',
662+
version: '4.0.1',
663663
tags: [ '{{', '}}' ],
664664
clearCache: undefined,
665665
escape: undefined,

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mustache",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Logic-less {{mustache}} templates with JavaScript",
55
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
66
"homepage": "https://github.com/janl/mustache.js",

0 commit comments

Comments
 (0)