diff --git a/README.md b/README.md index 80e9e3c..b5658c4 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ angular.module('app', [ ## Changelog +### v0.2.2 + +- Fixes + + - Escape backslashes, thanks to @dallonf. ([#9](https://github.com/ericclemmons/grunt-angular-templates/pull/9)) + ### v0.2.1 - Remove `./bin/grunt-angular-templates`. No need for it! diff --git a/package.json b/package.json index ee8c16f..ca925d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-angular-templates", "description": "Grunt build task to concatenate & register your AngularJS templates in the $templateCache", - "version": "0.2.1", + "version": "0.2.2", "homepage": "https://github.com/ericclemmons/grunt-angular-templates", "author": { "name": "Eric Clemmons",