Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Sep 30, 2017
1 parent 32ff7e3 commit 4f93a5b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,22 @@

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="0.2.0"></a>
# [0.2.0](https://github.com/ng-select/ng-select/compare/v0.1.3...v0.2.0) (2017-09-30)


### Bug Fixes

* handle clear and arrow click correctly ([95b6e99](https://github.com/ng-select/ng-select/commit/95b6e99))
* **navigation:** close dropdown on tab click fixes [#46](https://github.com/ng-select/ng-select/issues/46) ([#53](https://github.com/ng-select/ng-select/issues/53)) ([32ff7e3](https://github.com/ng-select/ng-select/commit/32ff7e3))


### Features

* allow to configure module settings globally ([d6d6e8d](https://github.com/ng-select/ng-select/commit/d6d6e8d))



<a name="0.1.3"></a>
## [0.1.3](https://github.com/ng-select/ng-select/compare/v0.1.2...v0.1.3) (2017-09-30)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ng-select/ng-select",
"version": "0.1.3",
"version": "0.2.0",
"description": "Angular native ui select",
"main": "./bundles/ng-select.umd.js",
"module": "./ng-select.es5.js",
Expand Down

0 comments on commit 4f93a5b

Please sign in to comment.