Skip to content

Commit

Permalink
Version increment to 5.1.1 from PR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ten1seven committed Jul 19, 2018
1 parent 453ecfe commit 51bac3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ What Input works in all modern browsers.

## Changelog

### v5.1.1

* **Fixed:** Browsers with cookies turned off would throw an error with session storage. Fix via [yuheiy](https://github.com/yuheiy).

### v5.1.0

* **Added:** Session variable stores last used input and intent so subsiquent page loads don't have to wait for interactions to set the correct input and intent state.
Expand Down
2 changes: 1 addition & 1 deletion dist/what-input.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* what-input - A global utility for tracking the current input method (mouse, keyboard or touch).
* @version v5.1.0
* @version v5.1.1
* @link https://github.com/ten1seven/what-input
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/what-input.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": "what-input",
"version": "5.1.0",
"version": "5.1.1",
"description":
"A global utility for tracking the current input method (mouse, keyboard or touch).",
"main": "dist/what-input.js",
Expand Down

0 comments on commit 51bac3d

Please sign in to comment.