Skip to content

Commit 01ae639

Browse files
committed
chore(build): bumping to version 1.3.1
1 parent f32430a commit 01ae639

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ally.js change log
22

3-
## master
3+
## 1.3.1 - Version Panic
4+
5+
*November 11th 2016*. This release does not contain any functional changes. The release was necessary because platform.js now identifies EdgeHTML (instead of Trident) as a the layout engine of Microsoft Edge and focus detection suffered.
46

57
* Updated to platform.js [1.3.3](https://github.com/bestiejs/platform.js/wiki/Changelog#133)
68
* Separated Edge 12+ from IE9-11 (Trident)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ally.js",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "JavaScript library to help web applications with accessibility concerns",
55
"main": "ally.min.js",
66
"npmName": "ally.js",

0 commit comments

Comments
 (0)