Skip to content

Commit

Permalink
updates changelog to reflect ember-cli#337
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Apr 12, 2014
1 parent 6e21576 commit 39ac2a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ember-cli Changelog

* Extracts initializers autoloading into bower package ([#337](https://github.com/stefanpenner/ember-cli/pull/337))
* locks it to version `0.0.1`
* Introduces broccoli-bower ([#333](https://github.com/stefanpenner/ember-cli/pull/333))
* locks it to version `0.0.2`

Expand Down
2 changes: 1 addition & 1 deletion blueprint/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"ember-resolver": "git://github.com/stefanpenner/ember-jj-abrams-resolver.git#master",
"ic-ajax": "~1.x",
"loader": "git://github.com/stefanpenner/loader.js#1.0.0",
"ember-load-initializers": "git://github.com/stefanpenner/ember-load-initializers"
"ember-load-initializers": "git://github.com/stefanpenner/ember-load-initializers.git#0.0.1"
}
}

0 comments on commit 39ac2a3

Please sign in to comment.