Skip to content

Commit

Permalink
chore(release): 3.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenoo committed Jul 5, 2021
1 parent 4017cfd commit 9c71413
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [3.3.23](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.3.22...v3.3.23) (2021-07-05)


### Bug Fixes

* Bug where you can't initialize sumo with multiple options selected. Fixes [#306](https://github.com/HemantNegi/jquery.sumoselect/issues/306) ([1691d71](https://github.com/HemantNegi/jquery.sumoselect/commit/1691d713b5b692f6a89e10124cd782d68513a9ee))

### [3.3.22](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.3.21...v3.3.22) (2021-06-30)

### [3.3.21](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.3.20...v3.3.21) (2021-06-27)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jquery.sumoselect.js",
"sumoselect.css"
],
"version": "3.3.22",
"version": "3.3.23",
"homepage": "https://github.com/HemantNegi/jquery.sumoselect",
"authors": [
"HemantNegi",
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sumoselect",
"version": "3.3.22",
"version": "3.3.23",
"description": "A jQuery plugin that progressively enhances an HTML Select Box into a Single/Multiple option dropdown list",
"main": "jquery.sumoselect.js",
"scripts": {
Expand Down

0 comments on commit 9c71413

Please sign in to comment.