Skip to content

Commit

Permalink
chore(release): 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
varnastadeus committed Apr 18, 2018
1 parent 3236969 commit 7651fbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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="1.0.4"></a>
## [1.0.4](https://github.com/ng-select/ng-select/compare/v1.0.3...v1.0.4) (2018-04-18)


### Bug Fixes

* increase css specifity ([0d1d13c](https://github.com/ng-select/ng-select/commit/0d1d13c)), closes [#468](https://github.com/ng-select/ng-select/issues/468)
* use blur event to close dropdown ([1f85adc](https://github.com/ng-select/ng-select/commit/1f85adc))
* use special value mapping for ng-options ([61d61a2](https://github.com/ng-select/ng-select/commit/61d61a2))



<a name="1.0.3"></a>
## [1.0.3](https://github.com/ng-select/ng-select/compare/v1.0.2...v1.0.3) (2018-04-17)

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.0.3",
"version": "1.0.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 7651fbf

Please sign in to comment.