Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varnastadeus committed Jun 18, 2018
1 parent c80ab77 commit b51a426
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,21 @@

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.

<a name="2.2.0"></a>
# [2.2.0](https://github.com/ng-select/ng-select/compare/v2.1.3...v2.2.0) (2018-06-18)


### Bug Fixes

* use [attr.id] instead of [id] ([#605](https://github.com/ng-select/ng-select/issues/605)) ([917ad74](https://github.com/ng-select/ng-select/commit/917ad74)), closes [#599](https://github.com/ng-select/ng-select/issues/599)


### Features

* **isOpen:** allow to control whether dropdown should open or close ([ab6c388](https://github.com/ng-select/ng-select/commit/ab6c388))



<a name="2.1.3"></a>
## [2.1.3](https://github.com/ng-select/ng-select/compare/v2.1.2...v2.1.3) (2018-06-01)

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/ng-packagr/package.schema.json",
"name": "@ng-select/ng-select",
"version": "2.1.3",
"version": "2.2.0",
"description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete",
"author": "@ng-select/ng-select",
"license": "MIT",
Expand Down

0 comments on commit b51a426

Please sign in to comment.