Skip to content

Commit cd06b22

Browse files
committed
🚢 bump to version 2.2.1
1 parent 692609d commit cd06b22

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.2.1] / 13 December 2015
7+
8+
### Fixes
9+
10+
* Improve HTML escaping, by [@phillipj].
11+
* Fix inconsistency in defining global mustache object, by [@simast].
12+
* Fix switch-case indent error, by [@norfish].
13+
* Unpin chai and eslint versions, by [@dasilvacontin].
14+
* Update README.md with proper grammar, by [@EvanLovely].
15+
* Update mjackson username in README, by [@mjackson].
16+
* Remove syntax highlighting in README code sample, by [@imagentleman].
17+
* Fix typo in README, by [@Xcrucifier].
18+
* Fix link typo in README, by [@keirog].
19+
620
## [2.2.0] / 15 October 2015
721

822
### Added
@@ -159,6 +173,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
159173
* Fixed a bug that clashed with QUnit (thanks [@kannix]).
160174
* Added volo support (thanks [@guybedford]).
161175

176+
[2.2.1]: https://github.com/janl/mustache.js/compare/v2.2.0...v2.2.1
162177
[2.2.0]: https://github.com/janl/mustache.js/compare/v2.1.3...v2.2.0
163178
[2.1.3]: https://github.com/janl/mustache.js/compare/v2.1.2...v2.1.3
164179
[2.1.2]: https://github.com/janl/mustache.js/compare/v2.1.1...v2.1.2
@@ -194,20 +209,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).
194209
[@cweider]: https://github.com/cweider
195210
[@dasilvacontin]: https://github.com/dasilvacontin
196211
[@djchie]: https://github.com/djchie
212+
[@EvanLovely]: https://github.com/EvanLovely
197213
[@fallenice]: https://github.com/fallenice
198214
[@guybedford]: https://github.com/guybedford
215+
[@imagentleman]: https://github.com/imagentleman
199216
[@jfmercer]: https://github.com/jfmercer
200217
[@jrburke]: https://github.com/jrburke
201218
[@kannix]: https://github.com/kannix
219+
[@keirog]: https://github.com/keirog
202220
[@kkirsche]: https://github.com/kkirsche
203221
[@kristijanmatic]: https://github.com/kristijanmatic
204222
[@mateusortiz]: https://github.com/mateusortiz
205223
[@mikesherov]: https://github.com/mikesherov
206224
[@mjackson]: https://github.com/mjackson
207225
[@nagaozen]: https://github.com/nagaozen
226+
[@norfish]: https://github.com/norfish
208227
[@palkan]: https://github.com/palkan
209228
[@pgilad]: https://github.com/pgilad
210229
[@phillipj]: https://github.com/phillipj
211230
[@ShashankaNataraj]: https://github.com/ShashankaNataraj
231+
[@simast]: https://github.com/simast
212232
[@TiddoLangerak]: https://github.com/TiddoLangerak
233+
[@Xcrucifier]: https://github.com/Xcrucifier
213234
[@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.0';
570+
mustache.version = '2.2.1';
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.0</version>
5+
<version>2.2.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>

0 commit comments

Comments
 (0)