Skip to content

Commit 23beb3a

Browse files
committed
🚢 bump to version 2.3.0
1 parent 2f2588a commit 23beb3a

File tree

5 files changed

+57
-5
lines changed

5 files changed

+57
-5
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
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.0] / 8 November 2016
7+
8+
### Minor
9+
10+
* [#540]: Add optional `output` argument to mustache CLI, by [@wizawu].
11+
* [#597]: Add compatibility with amdclean, by [@mightyplow].
12+
13+
### Dev
14+
15+
* [#553]: Assert `null` lookup when rendering an unescaped value, by [@dasilvacontin].
16+
* [#580], [#610]: Ignore eslint for greenkeeper updates, by [@phillipj].
17+
* [#560]: Fix CLI tests for Windows, by [@kookookchoozeus].
18+
* Run browser tests w/node v4, by [@phillipj].
19+
20+
### Docs
21+
22+
* [#542]: Add API documentation to README, by [@tomekwi].
23+
* [#546]: Add missing syntax highlighting to README code blocks, by [@pra85].
24+
* [#569]: Update Ctemplate links in README, by [@mortonfox].
25+
* [#592]: Change "loadUser" to "loadUser()" in README, by [@Flaque].
26+
* [#593]: Adding doctype to HTML code example in README, by [@calvinf].
27+
28+
### Dependencies
29+
30+
* eslint -> 2.2.0. Breaking changes fix by [@phillipj]. [#548]
31+
* eslint -> 2.5.1.
32+
* mocha -> 3.0.2.
33+
* zuul -> 3.11.0.
34+
635
## [2.2.1] / 13 December 2015
736

837
### Fixes
@@ -173,6 +202,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
173202
* Fixed a bug that clashed with QUnit (thanks [@kannix]).
174203
* Added volo support (thanks [@guybedford]).
175204

205+
[2.3.0]: https://github.com/janl/mustache.js/compare/v2.2.1...v2.3.0
176206
[2.2.1]: https://github.com/janl/mustache.js/compare/v2.2.0...v2.2.1
177207
[2.2.0]: https://github.com/janl/mustache.js/compare/v2.1.3...v2.2.0
178208
[2.1.3]: https://github.com/janl/mustache.js/compare/v2.1.2...v2.1.3
@@ -202,33 +232,53 @@ This project adheres to [Semantic Versioning](http://semver.org/).
202232
[#270]: https://github.com/janl/mustache.js/issues/270
203233
[#274]: https://github.com/janl/mustache.js/issues/274
204234
[#466]: https://github.com/janl/mustache.js/issues/466
235+
[#540]: https://github.com/janl/mustache.js/issues/540
236+
[#542]: https://github.com/janl/mustache.js/issues/542
237+
[#546]: https://github.com/janl/mustache.js/issues/546
238+
[#548]: https://github.com/janl/mustache.js/issues/548
239+
[#553]: https://github.com/janl/mustache.js/issues/553
240+
[#560]: https://github.com/janl/mustache.js/issues/560
241+
[#569]: https://github.com/janl/mustache.js/issues/569
242+
[#580]: https://github.com/janl/mustache.js/issues/580
243+
[#592]: https://github.com/janl/mustache.js/issues/592
244+
[#593]: https://github.com/janl/mustache.js/issues/593
245+
[#597]: https://github.com/janl/mustache.js/issues/597
246+
[#610]: https://github.com/janl/mustache.js/issues/610
205247

206248
[@afc163]: https://github.com/afc163
207249
[@Andersos]: https://github.com/Andersos
250+
[@calvinf]: https://github.com/calvinf
208251
[@cmbuckley]: https://github.com/cmbuckley
209252
[@cweider]: https://github.com/cweider
210253
[@dasilvacontin]: https://github.com/dasilvacontin
211254
[@djchie]: https://github.com/djchie
212255
[@EvanLovely]: https://github.com/EvanLovely
213256
[@fallenice]: https://github.com/fallenice
257+
[@Flaque]: https://github.com/Flaque
214258
[@guybedford]: https://github.com/guybedford
215259
[@imagentleman]: https://github.com/imagentleman
216260
[@jfmercer]: https://github.com/jfmercer
217261
[@jrburke]: https://github.com/jrburke
218262
[@kannix]: https://github.com/kannix
219263
[@keirog]: https://github.com/keirog
220264
[@kkirsche]: https://github.com/kkirsche
265+
[@kookookchoozeus]: https://github.com/kookookchoozeus
221266
[@kristijanmatic]: https://github.com/kristijanmatic
222267
[@mateusortiz]: https://github.com/mateusortiz
268+
[@mightyplow]: https://github.com/mightyplow
223269
[@mikesherov]: https://github.com/mikesherov
224270
[@mjackson]: https://github.com/mjackson
271+
[@mortonfox]: https://github.com/mortonfox
225272
[@nagaozen]: https://github.com/nagaozen
226273
[@norfish]: https://github.com/norfish
227274
[@palkan]: https://github.com/palkan
228275
[@pgilad]: https://github.com/pgilad
229276
[@phillipj]: https://github.com/phillipj
277+
[@pra85]: https://github.com/pra85
230278
[@ShashankaNataraj]: https://github.com/ShashankaNataraj
231279
[@simast]: https://github.com/simast
232280
[@TiddoLangerak]: https://github.com/TiddoLangerak
281+
[@tomekwi]: https://github.com/tomekwi
282+
[@wizawu]: https://github.com/wizawu
233283
[@Xcrucifier]: https://github.com/Xcrucifier
234284
[@yousefcisco]: https://github.com/yousefcisco

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.2.1';
570+
mustache.version = '2.3.0';
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.2.1</version>
5+
<version>2.3.0</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)