Skip to content

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Mar 5, 2013
1 parent 06d0bbb commit 140b4d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 140b4d1

Please sign in to comment.