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

Commit cbfcb89

Browse files
author
Marcy Sutton
committed
chore: Release axe-cli 1.2.0
1 parent aa3d937 commit cbfcb89

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="1.2.0"></a>
2+
# [1.2.0](https://github.com/dequelabs/axe-cli/compare/1.0.2...1.2.0) (2017-10-31)
3+
4+
5+
### Features
6+
7+
* Add --timeout and --timer options ([6d4d14f](https://github.com/dequelabs/axe-cli/commit/6d4d14f))
8+
* Allow running from file:// and ftp(s):// ([#41](https://github.com/dequelabs/axe-cli/issues/41)) ([aa3d937](https://github.com/dequelabs/axe-cli/commit/aa3d937))
9+
* Link to DeqeuU courses/testingmethods ([#38](https://github.com/dequelabs/axe-cli/issues/38)) ([8c0e661](https://github.com/dequelabs/axe-cli/commit/8c0e661))
10+
* support exit codes ([e14e2d5](https://github.com/dequelabs/axe-cli/commit/e14e2d5)), closes [#20](https://github.com/dequelabs/axe-cli/issues/20) [#22](https://github.com/dequelabs/axe-cli/issues/22)
11+
12+
13+
114

215

316
<a name="1.1.1"></a>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axe-cli",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A CLI for accessibility testing using axe-core",
55
"main": "index.js",
66
"engines": {
@@ -40,4 +40,4 @@
4040
"phantomjs-prebuilt": "^2.1.13",
4141
"selenium-webdriver": "^3.0.0"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)