From 3ea144dda9fdb540c6f0234e1e319d158c399383 Mon Sep 17 00:00:00 2001 From: Andzej Maciusovic Date: Wed, 25 Apr 2018 11:12:14 +0300 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 10 ++++++++++ src/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b08473aef..2a854f442 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. + +## [1.2.1](https://github.com/ng-select/ng-select/compare/v1.2.0...v1.2.1) (2018-04-25) + + +### Bug Fixes + +* remove initial dropdown append logic from updateDropdownPosition ([ea06c64](https://github.com/ng-select/ng-select/commit/ea06c64)) + + + # [1.2.0](https://github.com/ng-select/ng-select/compare/v1.1.4...v1.2.0) (2018-04-25) diff --git a/src/package.json b/src/package.json index ee5686226..a758b7d92 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": "1.2.0", + "version": "1.2.1", "description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete", "author": "@ng-select/ng-select", "license": "MIT",