We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e593ae commit e5acd50Copy full SHA for e5acd50
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-# 1.7.1-0 / Unreleased
+# 1.8.1-0 / Unreleased
2
+
3
+# 1.8.0 / 2014-11-23
4
* [FEATURE] #80 setEntry() supports creating nested menus
5
* [FEATURE] #81 beforeOpen event accepts deferred as return value
6
* [BUGFIX] entry data attached to parentLi instead of `<a>`
Gruntfile.coffee
@@ -81,7 +81,7 @@ module.exports = (grunt) ->
81
# username: process.env.SAUCE_USERNAME,
82
# key: process.env.SAUCE_ACCESS_KEY,
83
build: process.env.TRAVIS_JOB_ID
84
- throttled: 11
+ throttled: 12
85
browsers: [
86
{ browserName: "chrome", platform: "Windows 7" }
87
{ browserName: "firefox", platform: "Windows 7" }
0 commit comments