Skip to content

Commit

Permalink
Updated CHANGELOG, bumped version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Jul 25, 2016
1 parent 06591d4 commit fd4ec27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.5.1: 2016-07-25

+ Output literal `%>` with `%%>` (Roy Miloh)
+ Allow setting project root for includes (@cnwhy)
+ UMD support for the browser (@RyanZim)
+ Exported `escapeXML` method to allow manual escaping of output
+ Tests for strict mode (@RyanZim, @mde)
+ Added ESLint for project source code (@mde)
* Whitespace slurp in preprocessor include (@mmis1000)
* Improved line-number handling in errors (@Spikef)
* Various doc improvements (@RyanZim, Ionică Bizău)

## v2.4.2: 2016-05-24

+ Added LICENSE file to release package
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"engine",
"ejs"
],
"version": "2.4.2",
"version": "2.5.0",
"author": "Matthew Eernisse <[email protected]> (http://fleegix.org)",
"contributors": [
"Timothy Gu <[email protected]> (https://timothygu.github.io)"
Expand Down

0 comments on commit fd4ec27

Please sign in to comment.