From 140b4d18f1a0676f57a978099b23ce0036b85798 Mon Sep 17 00:00:00 2001 From: Eric Clemmons Date: Tue, 5 Mar 2013 15:28:51 -0600 Subject: [PATCH] Bump to v0.3.0 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b851b76..6717f67 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ concat: { ## Changelog +### v0.3.0 + +- **BC break** - Templates are added to an existing module (e.g. `myapp`) rather than being their own `myapp.templates` module to be manually included, thanks to @geddesign. ([#10](https://github.com/ericclemmons/grunt-angular-templates/issues/10)) + ### v0.2.2 - Fixes diff --git a/package.json b/package.json index 8d55d76..357251d 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.2", + "version": "0.3.0", "homepage": "https://github.com/ericclemmons/grunt-angular-templates", "author": { "name": "Eric Clemmons",