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

Commit 4a9fcb7

Browse files
committed
chore(release): Release version 0.10.0
1 parent 1da6eba commit 4a9fcb7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="0.10.0"></a>
2+
## 0.10.0 (2014-11-07)
3+
4+
5+
#### Bug Fixes
6+
7+
* **build:**
8+
* allow to copy font files from subfolders ([eb5a096e](yeoman/generator-angular/commit/eb5a096e27c7c8a7f00541b97fffe2873bafd462))
9+
* do not clean git related subfolders of dist ([00673f5e](yeoman/generator-angular/commit/00673f5e4385c106738837899b2b838a27c22499))
10+
* **gen:**
11+
* replace named function with anonymous ([c82f336b](yeoman/generator-angular/commit/c82f336bbbdc9bcf44beddbd620b471a60f832eb))
12+
* fix coffee service using wrong name ([3437a270](yeoman/generator-angular/commit/3437a270df349b0fbcd2855a530b208282ca170d))
13+
14+
15+
#### Features
16+
17+
* **app:** add ngAria and ngMessages ([dfbfd1f4](yeoman/generator-angular/commit/dfbfd1f4feb788608dd71dbd54fced69c5a09fb3), closes [#917](yeoman/generator-angular/issues/917))
18+
19+
120
<a name="0.9.8"></a>
221
### 0.9.8 (2014-09-08)
322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angular",
3-
"version": "0.9.8",
3+
"version": "0.10.0",
44
"description": "Yeoman generator for AngularJS",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)