From d92cd677ccd104ab73d3d14a5ea893d1fd7278a7 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Thu, 1 Sep 2016 17:34:20 -0400 Subject: [PATCH] 4.0.4 --- CHANGELOG.md | 12 ++++++++++++ angular-fullstack-deps | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3405009dc..3aad085db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [4.0.4](https://github.com/angular-fullstack/generator-angular-fullstack/compare/4.0.3...v4.0.4) (2016-09-01) + + +### Bug Fixes + +* **webpack:** + * conditionally exclude ui-bootstrap ([dd131d9](https://github.com/angular-fullstack/generator-angular-fullstack/commit/dd131d9)) + * fix webpack vendor import ([#2177](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2177)) ([aa32054](https://github.com/angular-fullstack/generator-angular-fullstack/commit/aa32054)), closes [#2177](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2177) + + + ## [4.0.3](https://github.com/angular-fullstack/generator-angular-fullstack/compare/4.0.2...v4.0.3) (2016-09-01) diff --git a/angular-fullstack-deps b/angular-fullstack-deps index a09c069af..2ef5abe5b 160000 --- a/angular-fullstack-deps +++ b/angular-fullstack-deps @@ -1 +1 @@ -Subproject commit a09c069af70cff7f92692d8a6ba3c4fe97c5195e +Subproject commit 2ef5abe5b3c123203e6489195292ab12a24510eb diff --git a/package.json b/package.json index 63bc75801..50428cdf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-angular-fullstack", - "version": "4.0.3", + "version": "4.0.4", "description": "Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node", "keywords": [ "yeoman-generator",