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

Commit d1ffc21

Browse files
committed
chore(release): Release version 0.12.1
1 parent 946bb1d commit d1ffc21

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
<a name"0.12.1"></a>
2+
### 0.12.1 (2015-07-07)
3+
4+
5+
#### Bug Fixes
6+
* **app:**
7+
* create new $scope for controller tests ([76b213e2](https://github.com/yeoman/generator-angular/commit/76b213e2))
8+
* create new $scope for controller tests ([10676458](https://github.com/yeoman/generator-angular/commit/10676458))
9+
10+
11+
<a name"0.12.0"></a>
12+
### 0.12.0 (2015-07-01)
13+
14+
15+
#### Bug Fixes
16+
17+
* **app:**
18+
* add an override for bootstrap/bower ([209100d9](https://github.com/yeoman/generator-angular/commit/209100d9))
19+
* remove invalid parameter in app-suffix option config ([aacd52b4](https://github.com/yeoman/generator-angular/commit/aacd52b4))
20+
* remove IE6/7 CSS hacks ([81a42bcb](https://github.com/yeoman/generator-angular/commit/81a42bcb))
21+
* Add `Disallow:` to robots.txt ([fd942ce9](https://github.com/yeoman/generator-angular/commit/fd942ce9))
22+
* use `https://` in the Analytics script ([76de76e0](https://github.com/yeoman/generator-angular/commit/76de76e0))
23+
* remove `no-js` class ([4ccfbac9](https://github.com/yeoman/generator-angular/commit/4ccfbac9))
24+
* update `browsehappy` conditional comment ([c7bb7ff8](https://github.com/yeoman/generator-angular/commit/c7bb7ff8))
25+
* **build:** update jit config for other modules ([3eb78fe9](https://github.com/yeoman/generator-angular/commit/3eb78fe9), closes [#1129](https://github.com/yeoman/generator-angular/issues/1129))
26+
* **gen:**
27+
* switch ctrlAs name to a cameledName ([b0809c0f](https://github.com/yeoman/generator-angular/commit/b0809c0f))
28+
* use absolute paths in generated .gitignore ([1f907d3c](https://github.com/yeoman/generator-angular/commit/1f907d3c))
29+
* revert issues introduced in #1041 ([1486af10](https://github.com/yeoman/generator-angular/commit/1486af10))
30+
* **htmlmin:** disable the removeOptionalTags option. ([f3d592ff](https://github.com/yeoman/generator-angular/commit/f3d592ff))
31+
* **ngtemplates:** should build dest into .tmp ([bb4babf6](https://github.com/yeoman/generator-angular/commit/bb4babf6))
32+
* **watch:** sourcemap not updated on sass file change ([5248054d](https://github.com/yeoman/generator-angular/commit/5248054d))
33+
34+
35+
#### Features
36+
37+
* **app:**
38+
* add grunt-angular-templates to the build ([b7b72b00](https://github.com/yeoman/generator-angular/commit/b7b72b00), closes [#277](https://github.com/yeoman/generator-angular/issues/277))
39+
* use `controller as` syntax ([570fbf25](https://github.com/yeoman/generator-angular/commit/570fbf25))
40+
* **templates:** add provider test scafolding ([7ec5f63d](https://github.com/yeoman/generator-angular/commit/7ec5f63d))
41+
42+
143
<a name="0.11.1"></a>
244
### 0.11.1 (2015-02-10)
345

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

0 commit comments

Comments
 (0)