diff --git a/CHANGELOG.md b/CHANGELOG.md index 3daaf4759..f88e394d3 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.0.2](https://github.com/ng-select/ng-select/compare/v2.0.1...v2.0.2) (2018-05-17) + + +### Bug Fixes + +* **theme:** add padding for multiselect ([6a9f680](https://github.com/ng-select/ng-select/commit/6a9f680)) + + + ## [2.0.1](https://github.com/ng-select/ng-select/compare/v2.0.0...v2.0.1) (2018-05-16) diff --git a/src/package.json b/src/package.json index bd99be8b7..b5df4a4ca 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.0.1", + "version": "2.0.2", "description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete", "author": "@ng-select/ng-select", "license": "MIT",