Skip to content

Commit

Permalink
chore(release): 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
varnastadeus committed Jul 18, 2018
1 parent a9034ec commit e1ab5ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

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.3.4"></a>
## [2.3.4](https://github.com/ng-select/ng-select/compare/v2.3.3...v2.3.4) (2018-07-18)


### Bug Fixes

* don't fail while resolving selected item using ng-option ([6c676c8](https://github.com/ng-select/ng-select/commit/6c676c8)), closes [#677](https://github.com/ng-select/ng-select/issues/677)
* emit focus and blur events ([3edb0df](https://github.com/ng-select/ng-select/commit/3edb0df)), closes [#690](https://github.com/ng-select/ng-select/issues/690)



<a name="2.3.3"></a>
## [2.3.3](https://github.com/ng-select/ng-select/compare/v2.3.2...v2.3.3) (2018-07-10)

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.3.3",
"version": "2.3.4",
"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 e1ab5ae

Please sign in to comment.