Skip to content

Commit

Permalink
🚢 bump to version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dasilvacontin committed Jun 11, 2015
1 parent 5b8bdb1 commit aef9681
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.1] / 11 June 2015

### Added

* State that we use semver on the change log, by @dasilvacontin.
* Added version links to change log, by @dasilvacontin.

### Fixed

* Bugfix for using values from view's context prototype, by @phillipj.
* Improve test with undefined/null lookup hit using dot notation, by @dasilvacontin.
* Bugfix for null/undefined lookup hit when using dot notation, by @phillipj.
* Remove moot `version` property from bower.json, by @kkirsche.
* bower.json doesn't require a version bump via hook, by @dasilvacontin.


## [2.1.0] / 5 June 2015

* Added license attribute to package.json, by @pgilad.
Expand Down Expand Up @@ -98,6 +114,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Fixed a bug that clashed with QUnit (thanks @kannix).
* Added volo support (thanks @guybedford).

[2.1.1]: https://github.com/janl/mustache.js/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/janl/mustache.js/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/janl/mustache.js/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/janl/mustache.js/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion mustache.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
};

mustache.name = 'mustache.js';
mustache.version = '2.1.0';
mustache.version = '2.1.1';
mustache.tags = [ '{{', '}}' ];

// All high-level mustache.* functions use this writer.
Expand Down
2 changes: 1 addition & 1 deletion mustache.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>mustache.js</id>
<version>2.1.0</version>
<version>2.1.1</version>
<authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion mustache.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "2.1.0",
"version": "2.1.1",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"repository": {
Expand Down

0 comments on commit aef9681

Please sign in to comment.