From 7971981f1d55ef752f4335e66222577f87e43b13 Mon Sep 17 00:00:00 2001 From: Joshua Godi Date: Wed, 21 Jun 2017 11:43:21 -0500 Subject: [PATCH] 2.0.213 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",