33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ 3.2.1] / 30 December 2019
7+
8+ ### Fixed
9+
10+ * [ #733 ] : Allow the CLI to use JavaScript views when the project has ES6 modules enabled, by [ @eobrain ] .
11+
612## [ 3.2.0] / 18 December 2019
713
814### Added
@@ -411,6 +417,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
411417 * Fixed a bug that clashed with QUnit (thanks [ @kannix ] ).
412418 * Added volo support (thanks [ @guybedford ] ).
413419
420+ [ 3.2.1 ] : https://github.com/janl/mustache.js/compare/v3.2.0...v3.2.1
414421[ 3.2.0 ] : https://github.com/janl/mustache.js/compare/v3.1.0...v3.2.0
415422[ 3.1.0 ] : https://github.com/janl/mustache.js/compare/v3.0.3...v3.1.0
416423[ 3.0.3 ] : https://github.com/janl/mustache.js/compare/v3.0.2...v3.0.3
@@ -480,6 +487,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
480487[ #716 ] : https://github.com/janl/mustache.js/issues/716
481488[ #717 ] : https://github.com/janl/mustache.js/issues/717
482489[ #728 ] : https://github.com/janl/mustache.js/issues/728
490+ [ #733 ] : https://github.com/janl/mustache.js/issues/733
483491
484492[ @afc163 ] : https://github.com/afc163
485493[ @andersk ] : https://github.com/andersk
@@ -490,6 +498,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec
490498[ @cweider ] : https://github.com/cweider
491499[ @dasilvacontin ] : https://github.com/dasilvacontin
492500[ @djchie ] : https://github.com/djchie
501+ [ @eobrain ] : https://github.com/eobrain
493502[ @EvanLovely ] : https://github.com/EvanLovely
494503[ @fallenice ] : https://github.com/fallenice
495504[ @Flaque ] : https://github.com/Flaque
0 commit comments