Skip to content

Commit

Permalink
docs: add changelog for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and hansl committed May 3, 2017
1 parent 6a82799 commit 7f7bf70
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="1.0.2"></a>
## [1.0.2](https://github.com/angular/angular-cli/compare/v1.0.1...v1.0.2) (2017-05-03)


### Bug Fixes

* **@angular/cli:** explicitly disable warning overlays ([f73a9e4](https://github.com/angular/angular-cli/commit/f73a9e4))
* **@angular/cli:** Improve error message for create component with -m option ([b11d560](https://github.com/angular/angular-cli/commit/b11d560))
* **@angular/cli:** removing skip e2e test ([fb96871](https://github.com/angular/angular-cli/commit/fb96871))
* **@angular/cli:** use quiet flag only in case of npm ([9805010](https://github.com/angular/angular-cli/commit/9805010))
* **@angular/cli:** use safer stylesheet minification settings ([806447e](https://github.com/angular/angular-cli/commit/806447e))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/angular/angular-cli/compare/v1.0.0...1.0.1) (2017-04-25)

Expand Down Expand Up @@ -34,7 +48,7 @@

### Notes

* The Angular CLI v1.0 release is here!
* The Angular CLI v1.0 release is here!
* You can find the documentation on our [Github wiki](https://github.com/angular/angular-cli/wiki)!
* 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).
* By default, now that Angular 4 is final, we will generate an Angular 4.0 project with `ng new`.
Expand Down Expand Up @@ -222,3 +236,4 @@ instead of using 4200.
----

CHANGELOG for Betas and before can still be found on github: https://github.com/angular/angular-cli/blob/ed5f47dc22d5eb4a5d4b4ae2c8f7cb0ec1a999f3/CHANGELOG.md

0 comments on commit 7f7bf70

Please sign in to comment.