From f12cafd36218e74160b40562c5420655aec02824 Mon Sep 17 00:00:00 2001 From: anjmao Date: Wed, 4 Oct 2017 19:57:06 +0300 Subject: [PATCH] chore(release): 0.2.5 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0a7bc8d..608633d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.2.5](https://github.com/ng-select/ng-select/compare/v0.2.4...v0.2.5) (2017-10-04) + + +### Bug Fixes + +* clear filter value on selected item ([#72](https://github.com/ng-select/ng-select/issues/72)) ([4ebc1cf](https://github.com/ng-select/ng-select/commit/4ebc1cf)), closes [#66](https://github.com/ng-select/ng-select/issues/66) + + + ## [0.2.4](https://github.com/ng-select/ng-select/compare/v0.2.3...v0.2.4) (2017-10-04) diff --git a/package.json b/package.json index 293b64117..454c563b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ng-select/ng-select", - "version": "0.2.4", + "version": "0.2.5", "description": "Angular native ui select", "main": "./bundles/ng-select.umd.js", "module": "./ng-select.es5.js",