Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
chore(release): Release version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Nov 7, 2014
1 parent 1da6eba commit 4a9fcb7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="0.10.0"></a>
## 0.10.0 (2014-11-07)


#### Bug Fixes

* **build:**
* allow to copy font files from subfolders ([eb5a096e](yeoman/generator-angular/commit/eb5a096e27c7c8a7f00541b97fffe2873bafd462))
* do not clean git related subfolders of dist ([00673f5e](yeoman/generator-angular/commit/00673f5e4385c106738837899b2b838a27c22499))
* **gen:**
* replace named function with anonymous ([c82f336b](yeoman/generator-angular/commit/c82f336bbbdc9bcf44beddbd620b471a60f832eb))
* fix coffee service using wrong name ([3437a270](yeoman/generator-angular/commit/3437a270df349b0fbcd2855a530b208282ca170d))


#### Features

* **app:** add ngAria and ngMessages ([dfbfd1f4](yeoman/generator-angular/commit/dfbfd1f4feb788608dd71dbd54fced69c5a09fb3), closes [#917](yeoman/generator-angular/issues/917))


<a name="0.9.8"></a>
### 0.9.8 (2014-09-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-angular",
"version": "0.9.8",
"version": "0.10.0",
"description": "Yeoman generator for AngularJS",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit 4a9fcb7

Please sign in to comment.