diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6fd8b78..18b2e8824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [2.0.213](https://github.com/bullhorn/novo-elements/compare/v2.0.212...v2.0.213) (2017-06-21) + + +### Bug Fixes + +* **dropdown:** starts with search and clear active when hiding ([191204c](https://github.com/bullhorn/novo-elements/commit/191204c)) + + + ## [2.0.212](https://github.com/bullhorn/novo-elements/compare/v2.0.211...v2.0.212) (2017-06-21) diff --git a/package.json b/package.json index 7d8d93a05..1fe3751ac 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novo-elements", - "version": "2.0.212", + "version": "2.0.213", "description": "Bullhorn's NOVO Element Repository for Angular 2", "scripts": { "precommit": "npm run lint",