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

Commit 44a9858

Browse files
committed
chore: Release axe-cli 2.1.0-alpha.0
1 parent 81695ad commit 44a9858

3 files changed

Lines changed: 50 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="2.1.0-alpha.0"></a>
2+
# [2.1.0-alpha.0](https://github.com/dequelabs/axe-cli/compare/v2.0.0...v2.1.0-alpha.0) (2018-02-20)
3+
4+
5+
### Bug Fixes
6+
7+
* Security vulnerability in hoek package ([#50](https://github.com/dequelabs/axe-cli/issues/50)) ([81695ad](https://github.com/dequelabs/axe-cli/commit/81695ad))
8+
9+
### Features
10+
11+
* Upgrade axe-core to 3.0.0-beta.1
12+
* Upgrade axe-webdriverjs to 2.0.0-alpha.1
13+
14+
15+
16+
<a name="2.0.0"></a>
17+
## [2.0.0](https://github.com/dequelabs/axe-cli/compare/v1.3.1...v2.0.0) (2017-12-19)
18+
19+
20+
### Features
21+
22+
* Use chrome-headless as default browser replacing PhantomJS ([1ae8e12](https://github.com/dequelabs/axe-cli/commit/1ae8e12))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* PhantomJS is no longer maintained. We will be
28+
replacing it with headless Chrome
29+
30+
31+
132
<a name="1.3.1"></a>
233
## [1.3.1](https://github.com/dequelabs/axe-cli/compare/v1.3.0...v1.3.1) (2017-12-19)
334

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axe-cli",
3-
"version": "2.0.0",
3+
"version": "2.1.0-alpha.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": "^2.6.0",
39-
"axe-webdriverjs": "^1.2.1",
38+
"axe-core": "^3.0.0-beta.1",
39+
"axe-webdriverjs": "^2.0.0-alpha.1",
4040
"chromedriver": "^2.32.3",
4141
"colors": "^1.1.2",
4242
"commander": "^2.9.0",
@@ -48,4 +48,4 @@
4848
"snyk": "^1.41.1"
4949
},
5050
"snyk": true
51-
}
51+
}

0 commit comments

Comments
 (0)