diff --git a/CHANGELOG.md b/CHANGELOG.md index 814902c22..fdc02e046 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.13.1](https://github.com/ng-select/ng-select/compare/v2.13.0...v2.13.1) (2018-12-05) + + +### Bug Fixes + +* map selected items while source changed ([c5bfd3f](https://github.com/ng-select/ng-select/commit/c5bfd3f)), closes [#980](https://github.com/ng-select/ng-select/issues/980) [#977](https://github.com/ng-select/ng-select/issues/977) [#959](https://github.com/ng-select/ng-select/issues/959) + + + # [2.13.0](https://github.com/ng-select/ng-select/compare/v2.12.1...v2.13.0) (2018-12-03) diff --git a/src/package.json b/src/package.json index e9e972cbb..12248e1ce 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.13.0", + "version": "2.13.1", "description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete", "author": "@ng-select/ng-select", "license": "MIT",