diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa6b3017..69a156f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [2.0.180](https://github.com/bullhorn/novo-elements/compare/v2.0.179...v2.0.180) (2017-04-29) + + +### Bug Fixes + +* **fullcalendar:** Fixing error when building for AOT ([ed0bd55](https://github.com/bullhorn/novo-elements/commit/ed0bd55)) + + + ## [2.0.179](https://github.com/bullhorn/novo-elements/compare/v2.0.178...v2.0.179) (2017-04-29) diff --git a/package.json b/package.json index a4d67e96d..b9c4384d5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novo-elements", - "version": "2.0.179", + "version": "2.0.180", "description": "Bullhorn's NOVO Element Repository for Angular 2", "scripts": { "precommit": "npm run lint", @@ -28,7 +28,8 @@ "angular2" ], "author": "Joshua Godi ", - "contributors": [{ + "contributors": [ + { "name": "Brian Kimball", "email": "bkimball@bullhorn.com" }, @@ -163,4 +164,4 @@ "lcov": "/coverage/lcov.info" } } -} \ No newline at end of file +}