Skip to content

Commit

Permalink
Version bump for selected option fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltantothcom committed Mar 11, 2019
1 parent 9c5c1ed commit 64fded8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
---

## [2.1.2] - 2019-03-11

### Fixed
1. Original selected option shown selected in dropdown on page refresh or navigating to page


## [2.1.1] - 2018-04-28

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions dist/vanilla-js-dropdown.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/javascript/vanilla-js-dropdown.min.js

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": "vanilla-js-dropdown",
"version": "2.1.1",
"version": "2.1.2",
"description": "Vanilla JavaScript Dropdown - a tiny (~600 bytes gzipped) select tag replacement.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/javascript/vanilla-js-dropdown.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @fileOverview
* @author Zoltan Toth
* @version 2.1.1
* @version 2.1.2
*/

/**
Expand Down

0 comments on commit 64fded8

Please sign in to comment.