Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit d6441dd

Browse files
committed
chore: Release axe-cli 3.0.0
1 parent 446ef37 commit d6441dd

3 files changed

Lines changed: 31 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="3.0.0"></a>
2+
# [3.0.0](https://github.com/dequelabs/axe-cli/compare/v2.1.0-alpha.1...v3.0.0) (2018-03-28)
3+
4+
5+
### Features
6+
7+
* Update to [axe-core 3.0.0](https://github.com/dequelabs/axe-core/releases/tag/v3.0.0)
8+
* Add --load-delay option to delay audit after page loads ([#53](https://github.com/dequelabs/axe-cli/issues/53)) ([c0659a8](https://github.com/dequelabs/axe-cli/commit/c0659a8))
9+
* Upgrade chromedriver to support Chrome 65 ([e4d4bd1](https://github.com/dequelabs/axe-cli/commit/e4d4bd1))
10+
11+
12+
113
<a name="2.1.0-alpha.1"></a>
214
# [2.1.0-alpha.1](https://github.com/dequelabs/axe-cli/compare/v2.1.0-alpha.0...v2.1.0-alpha.1) (2018-02-21)
315

package-lock.json

Lines changed: 16 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axe-cli",
3-
"version": "2.1.0-alpha.1",
3+
"version": "3.0.0",
44
"description": "A CLI for accessibility testing using axe-core",
55
"main": "index.js",
66
"engines": {
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://github.com/dequelabs/axe-cli#readme",
3737
"dependencies": {
38-
"axe-core": "^3.0.0-beta.1",
39-
"axe-webdriverjs": "^2.0.0-alpha.1",
38+
"axe-core": "^3.0.0",
39+
"axe-webdriverjs": "^2.0.0",
4040
"chromedriver": "^2.36.0",
4141
"colors": "^1.1.2",
4242
"commander": "^2.9.0",

0 commit comments

Comments
 (0)