Skip to content

Commit 9f8a6bd

Browse files
committed
docs: add changelog for 1.0.2
1 parent 522804a commit 9f8a6bd

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="1.0.2"></a>
2+
## [1.0.2](https://github.com/angular/angular-cli/compare/v1.0.1...v1.0.2) (2017-05-03)
3+
4+
5+
### Bug Fixes
6+
7+
* **@angular/cli:** explicitly disable warning overlays ([f73a9e4](https://github.com/angular/angular-cli/commit/f73a9e4))
8+
* **@angular/cli:** Improve error message for create component with -m option ([b11d560](https://github.com/angular/angular-cli/commit/b11d560))
9+
* **@angular/cli:** removing skip e2e test ([fb96871](https://github.com/angular/angular-cli/commit/fb96871))
10+
* **@angular/cli:** use quiet flag only in case of npm ([9805010](https://github.com/angular/angular-cli/commit/9805010))
11+
* **@angular/cli:** use safer stylesheet minification settings ([806447e](https://github.com/angular/angular-cli/commit/806447e))
12+
13+
14+
115
<a name="1.0.1"></a>
216
## [1.0.1](https://github.com/angular/angular-cli/compare/v1.0.0...1.0.1) (2017-04-25)
317

@@ -34,7 +48,7 @@
3448

3549
### Notes
3650

37-
* The Angular CLI v1.0 release is here!
51+
* The Angular CLI v1.0 release is here!
3852
* You can find the documentation on our [Github wiki](https://github.com/angular/angular-cli/wiki)!
3953
* If you are updating from a beta or RC version, check out our [1.0 Update Guide](https://github.com/angular/angular-cli/wiki/stories-1.0-update).
4054
* By default, now that Angular 4 is final, we will generate an Angular 4.0 project with `ng new`.
@@ -222,3 +236,18 @@ instead of using 4200.
222236
----
223237

224238
CHANGELOG for Betas and before can still be found on github: https://github.com/angular/angular-cli/blob/ed5f47dc22d5eb4a5d4b4ae2c8f7cb0ec1a999f3/CHANGELOG.md
239+
<a name="1.0.2"></a>
240+
## [1.0.2](https://github.com/angular/angular-cli/compare/v1.0.1...v1.0.2) (2017-05-03)
241+
242+
243+
### Bug Fixes
244+
245+
* add support for branch-only commit message types. ([646c1b0](https://github.com/angular/angular-cli/commit/646c1b0))
246+
* **@angular/cli:** explicitly disable warning overlays ([f73a9e4](https://github.com/angular/angular-cli/commit/f73a9e4))
247+
* **@angular/cli:** Improve error message for create component with -m option ([b11d560](https://github.com/angular/angular-cli/commit/b11d560))
248+
* **@angular/cli:** removing skip e2e test ([fb96871](https://github.com/angular/angular-cli/commit/fb96871))
249+
* **@angular/cli:** use quiet flag only in case of npm ([9805010](https://github.com/angular/angular-cli/commit/9805010))
250+
* **@angular/cli:** use safer stylesheet minification settings ([806447e](https://github.com/angular/angular-cli/commit/806447e))
251+
252+
253+

0 commit comments

Comments
 (0)