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

Commit 0101fc1

Browse files
committed
chore(release): v0.9.0-1
1 parent a9c4e35 commit 0101fc1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="0.9.0-1"></a>
2+
### 0.9.0-1 (2014-06-10)
3+
4+
5+
#### Bug Fixes
6+
7+
* **gen:**
8+
* update wiredep ignore path ([a9c4e354](yeoman/generator-angular/commit/a9c4e3541b50171868f700a0817a592e203e5410))
9+
* remove font files ([f27566d5](yeoman/generator-angular/commit/f27566d50c56af8a9f8fa357565fc9810c5a8671))
10+
11+
12+
#### Features
13+
14+
* **app:** move bower_components to root folder ([396a2c04](yeoman/generator-angular/commit/396a2c04b3aeaaafddf9f68287208cee7e9e74e9))
15+
16+
17+
#### Breaking Changes
18+
19+
* bower_components is now in the /project_root directory
20+
([396a2c04](yeoman/generator-angular/commit/396a2c04b3aeaaafddf9f68287208cee7e9e74e9))
21+
22+
123
<a name="0.9.0-0"></a>
224
### 0.9.0-0 (2014-06-05)
325

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.0-0",
3+
"version": "0.9.0-1",
44
"description": "Yeoman generator for AngularJS",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)