From 10d44afcb51ea29af5cac3aa5f1ed6550023dabb Mon Sep 17 00:00:00 2001 From: Eric Clemmons Date: Sun, 17 Feb 2013 20:02:31 -0600 Subject: [PATCH] Bump to 0.2.2 --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",