Skip to content

Commit

Permalink
chore(release): 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenoo committed Jun 17, 2021
1 parent 586ea5b commit b300c52
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.1.6](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.1.5...v3.1.6) (2021-06-17)


### Bug Fixes

* CSS update on release + Remove useless files ([71524af](https://github.com/HemantNegi/jquery.sumoselect/commit/71524af391bbad55de5239129982f137926b2854))
* Stop copying missing file ([586ea5b](https://github.com/HemantNegi/jquery.sumoselect/commit/586ea5b07d2686a5c5510d3844a179fb6a019478))

### [3.1.5](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.1.4...v3.1.5) (2021-06-17)


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.1.5",
"version": "3.1.6",
"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.1.5",
"version": "3.1.6",
"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 b300c52

Please sign in to comment.