From 4ea3e33de52a4dda7d97bb486f9b9f944a9f6fc1 Mon Sep 17 00:00:00 2001 From: varnastadeus Date: Tue, 5 Feb 2019 19:54:00 +0200 Subject: [PATCH] chore(release): 2.15.3 --- CHANGELOG.md | 10 ++++++++++ src/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9689c9cf3..589d22df0 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. + +## [2.15.3](https://github.com/ng-select/ng-select/compare/v2.15.2...v2.15.3) (2019-02-05) + + +### Bug Fixes + +* remove disabled items while setting new model ([9036672](https://github.com/ng-select/ng-select/commit/9036672)), closes [#1043](https://github.com/ng-select/ng-select/issues/1043) + + + ## [2.15.2](https://github.com/ng-select/ng-select/compare/v2.15.1...v2.15.2) (2019-02-01) diff --git a/src/package.json b/src/package.json index b31a6d0d7..57e2a247d 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/ng-packagr/package.schema.json", "name": "@ng-select/ng-select", - "version": "2.15.2", + "version": "2.15.3", "description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete", "author": "@ng-select/ng-select", "license": "MIT",