diff --git a/CHANGELOG.md b/CHANGELOG.md index 004fafedc..a89cd07ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +## [2.0.219](https://github.com/bullhorn/novo-elements/compare/v2.0.218...v2.0.219) (2017-06-29) + + +### Bug Fixes + +* **quicknote:** Fixing the rendered note, global replace of & ([d711a1d](https://github.com/bullhorn/novo-elements/commit/d711a1d)) +* **quicknote:** Hide results dropdown when deleting the search symbol ([16f1957](https://github.com/bullhorn/novo-elements/commit/16f1957)) + + +### Features + +* **app-bridge:** adding ability to open a fast-add page as well as an… ([#495](https://github.com/bullhorn/novo-elements/issues/495)) ([673edcb](https://github.com/bullhorn/novo-elements/commit/673edcb)) +* **app-bridge:** Fixing interface ([d97e241](https://github.com/bullhorn/novo-elements/commit/d97e241)) +* **Radio:** Adding ability to have icon only button radio groups ([#493](https://github.com/bullhorn/novo-elements/issues/493)) ([9c058ee](https://github.com/bullhorn/novo-elements/commit/9c058ee)) + + + ## [2.0.218](https://github.com/bullhorn/novo-elements/compare/v2.0.217...v2.0.218) (2017-06-27) diff --git a/package.json b/package.json index e2cc15978..5e4d0d9f4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novo-elements", - "version": "2.0.218", + "version": "2.0.219", "description": "Bullhorn's NOVO Element Repository for Angular 2", "scripts": { "precommit": "npm run lint",