From cabcb066883483df430fddbc3e6bc3c97aa9205c Mon Sep 17 00:00:00 2001 From: Joshua Godi Date: Fri, 28 Apr 2017 14:47:31 -0500 Subject: [PATCH] 2.0.176 --- CHANGELOG.md | 11 +++++++++++ package.json | 7 ++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b330bdca..f573b17f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [2.0.176](https://github.com/bullhorn/novo-elements/compare/v2.0.175...v2.0.176) (2017-04-28) + + +### Features + +* **appbridge:** Adding an AppBridge for third party custom components/cards to communicate with Novo ([93465b4](https://github.com/bullhorn/novo-elements/commit/93465b4)) +* **bigcalendar:** Adding a full calendar component ([689d812](https://github.com/bullhorn/novo-elements/commit/689d812)) + + + ## [2.0.175](https://github.com/bullhorn/novo-elements/compare/v2.0.174...v2.0.175) (2017-04-28) diff --git a/package.json b/package.json index be0e76683..1da985057 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novo-elements", - "version": "2.0.175", + "version": "2.0.176", "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" }, @@ -162,4 +163,4 @@ "lcov": "/coverage/lcov.info" } } -} \ No newline at end of file +}