Skip to content

Commit

Permalink
chore(release): 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
varnastadeus committed Jul 10, 2018
1 parent 86b1b1e commit 584c17f
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.3"></a>
## [2.3.3](https://github.com/ng-select/ng-select/compare/v2.3.2...v2.3.3) (2018-07-10)


### Bug Fixes

* don't fire addEvent for single select ([cbfd948](https://github.com/ng-select/ng-select/commit/cbfd948))
* don't fire change event for same selection ([8ed435c](https://github.com/ng-select/ng-select/commit/8ed435c)), closes [#664](https://github.com/ng-select/ng-select/issues/664)



<a name="2.3.2"></a>
## [2.3.2](https://github.com/ng-select/ng-select/compare/v2.3.1...v2.3.2) (2018-06-27)

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.2",
"version": "2.3.3",
"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 584c17f

Please sign in to comment.