Skip to content

Commit

Permalink
2.0.176
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Godi committed Apr 28, 2017
1 parent 93465b4 commit cabcb06
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.0.176"></a>
## [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))



<a name="2.0.175"></a>
## [2.0.175](https://github.com/bullhorn/novo-elements/compare/v2.0.174...v2.0.175) (2017-04-28)

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -28,7 +28,8 @@
"angular2"
],
"author": "Joshua Godi <[email protected]>",
"contributors": [{
"contributors": [
{
"name": "Brian Kimball",
"email": "[email protected]"
},
Expand Down Expand Up @@ -162,4 +163,4 @@
"lcov": "/coverage/lcov.info"
}
}
}
}

0 comments on commit cabcb06

Please sign in to comment.