Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varnastadeus committed Apr 26, 2018
1 parent 38c27dc commit 9f12aaa
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="1.3.0"></a>
# [1.3.0](https://github.com/ng-select/ng-select/compare/v1.2.1...v1.3.0) (2018-04-26)


### Bug Fixes

* load items from ng-option async ([#489](https://github.com/ng-select/ng-select/issues/489)) ([47f2e59](https://github.com/ng-select/ng-select/commit/47f2e59)), closes [#479](https://github.com/ng-select/ng-select/issues/479)


### Features

* support item navigation while not searchable ([#499](https://github.com/ng-select/ng-select/issues/499)) ([38c27dc](https://github.com/ng-select/ng-select/commit/38c27dc)), closes [#117](https://github.com/ng-select/ng-select/issues/117)



<a name="1.2.1"></a>
## [1.2.1](https://github.com/ng-select/ng-select/compare/v1.2.0...v1.2.1) (2018-04-25)

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": "1.2.1",
"version": "1.3.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 9f12aaa

Please sign in to comment.