Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Sep 30, 2017
1 parent 67ff5e4 commit 77acf4b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

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


### Bug Fixes

* click issue using custom template closes [#6](https://github.com/ng-select/ng-select/issues/6) ([571319c](https://github.com/ng-select/ng-select/commit/571319c))
* Virtual scroll scrollTop value calculation ([1b0ed3c](https://github.com/ng-select/ng-select/commit/1b0ed3c))
* Virtual scroll scrollTop value calculation ([7f991d7](https://github.com/ng-select/ng-select/commit/7f991d7))



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

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.2",
"version": "0.1.3",
"description": "Angular native ui select",
"main": "./bundles/ng-select.umd.js",
"module": "./ng-select.es5.js",
Expand Down

0 comments on commit 77acf4b

Please sign in to comment.