Skip to content

Commit

Permalink
chore(release): 3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenoo committed Jan 25, 2023
1 parent 8cc9ac8 commit 168c8dc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

### [3.4.9](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.4.8...v3.4.9) (2023-01-25)


### Bug Fixes

* Added Typescript types. Fixes [#253](https://github.com/HemantNegi/jquery.sumoselect/issues/253) ([52e909c](https://github.com/HemantNegi/jquery.sumoselect/commit/52e909c2cfabe0faafb79ff67dfc2d5da6680f6e))
* Docs typo ([ed8da08](https://github.com/HemantNegi/jquery.sumoselect/commit/ed8da082b5c50a49e3c96f53356b5550b19eacda))
* Refocus sumo when using escape or enter with search enabled. Fixes [#340](https://github.com/HemantNegi/jquery.sumoselect/issues/340) ([4006576](https://github.com/HemantNegi/jquery.sumoselect/commit/400657673e94ba603999ac8597cc294276ab015d))
* Scroll first selected option into view. Fixes [#337](https://github.com/HemantNegi/jquery.sumoselect/issues/337) ([ceb378a](https://github.com/HemantNegi/jquery.sumoselect/commit/ceb378a4ccf650f959a89f2c385731827af15316))
* Search input advanced features. Fixes [#339](https://github.com/HemantNegi/jquery.sumoselect/issues/339). Fixes [#341](https://github.com/HemantNegi/jquery.sumoselect/issues/341) ([46c1536](https://github.com/HemantNegi/jquery.sumoselect/commit/46c15361f24590b422dc38b16f03878ea9b79d41))
* Stop using .click. Fixes [#338](https://github.com/HemantNegi/jquery.sumoselect/issues/338) ([b318ce3](https://github.com/HemantNegi/jquery.sumoselect/commit/b318ce3f976407b35705e82d725a75657fdde084))

### [3.4.8](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.4.7...v3.4.8) (2022-07-29)

### [3.4.7](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.4.6...v3.4.7) (2022-07-29)
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.4.8",
"version": "3.4.9",
"homepage": "https://github.com/HemantNegi/jquery.sumoselect",
"authors": [
"HemantNegi",
Expand Down
4 changes: 2 additions & 2 deletions 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.4.8",
"version": "3.4.9",
"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 168c8dc

Please sign in to comment.