Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Jul 13, 2013
1 parent f943c9c commit dfdf4b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.1.0 - 2013-07-13

- **verbatim**
- **cdata-js**
- **cdata-css**
- fix escaping in **cdata**
- fix **less** errors

## 2.0.1 - 2013-04-22

- Fix global leak of `exportscoffeeScript` (test still fails because `jade` requires an out of date version of `transformers`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transformers",
"version": "2.0.1",
"version": "2.1.0",
"description": "String/Data transformations for use in templating libraries, static site generators and web frameworks",
"main": "lib/transformers.js",
"scripts": {
Expand Down

0 comments on commit dfdf4b7

Please sign in to comment.