Skip to content

Commit

Permalink
chore(release): 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
crlcu committed Jul 25, 2018
1 parent beebfe0 commit 97e3158
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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="2.5.5"></a>
## [2.5.5](https://github.com/crlcu/multiselect/compare/v2.5.2...v2.5.5) (2018-07-25)


### Bug Fixes

* :visible selector is not working on safari, use :not(.hidden) ([beebfe0](https://github.com/crlcu/multiselect/commit/beebfe0))
* [#152](https://github.com/crlcu/multiselect/issues/152) - ignoreDisabled: true does not work with optgroups ([afc5d8c](https://github.com/crlcu/multiselect/commit/afc5d8c))
* [#166](https://github.com/crlcu/multiselect/issues/166) - Searching and Adding elements cause the already selected elements to get added as a hidden element ([ddefce3](https://github.com/crlcu/multiselect/commit/ddefce3))



<a name="2.5.4"></a>
## [2.5.4](https://github.com/crlcu/multiselect/compare/v2.5.3...v2.5.4) (2018-07-17)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "multiselect",
"version": "2.5.4",
"version": "2.5.5",
"homepage": "https://github.com/crlcu/multiselect",
"authors": [
"Adrian Crisan <adrian.crisan88@gmail.com>"
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": "multiselect-two-sides",
"version": "2.5.4",
"version": "2.5.5",
"description": "jQuery multiselect plugin with two sides",
"main": "dist/js/multiselect.min.js",
"unpkg": "dist/js/multiselect.min.js",
Expand Down

0 comments on commit 97e3158

Please sign in to comment.