From 72cdf6d5b4f212d2d4aa03a9ed0af3f793970953 Mon Sep 17 00:00:00 2001 From: varnastadeus Date: Wed, 5 Sep 2018 13:30:53 +0300 Subject: [PATCH] chore(release): 2.7.1 --- CHANGELOG.md | 10 ++++++++++ src/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2decc156..26f61a041 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.7.1](https://github.com/ng-select/ng-select/compare/v2.7.0...v2.7.1) (2018-09-05) + + +### Bug Fixes + +* use factory to resolve new instance of selection model ([#789](https://github.com/ng-select/ng-select/issues/789)) ([f1a4f23](https://github.com/ng-select/ng-select/commit/f1a4f23)), closes [#787](https://github.com/ng-select/ng-select/issues/787) + + + # [2.7.0](https://github.com/ng-select/ng-select/compare/v2.6.0...v2.7.0) (2018-09-04) diff --git a/src/package.json b/src/package.json index 99ca45e95..b1ceb3aeb 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.7.0", + "version": "2.7.1", "description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete", "author": "@ng-select/ng-select", "license": "MIT",