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

Commit

Permalink
chore: Release axe-webdriverjs 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Nov 16, 2017
1 parent 918f61c commit b9dfef8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="1.2.0"></a>
# [1.2.0](https://github.com/dequelabs/axe-webdriverjs/compare/v1.1.4...v1.2.0) (2017-11-16)


### Bug Fixes

* Add seleniuv-webdriver to package.json ([#45](https://github.com/dequelabs/axe-webdriverjs/issues/45)) ([918f61c](https://github.com/dequelabs/axe-webdriverjs/commit/918f61c))
* replace axe-core dependency, bump to 1.1.5 ([059d18d](https://github.com/dequelabs/axe-webdriverjs/commit/059d18d))
* replace axe-core dependency, bump to 1.1.5 ([275819a](https://github.com/dequelabs/axe-webdriverjs/commit/275819a))


### Features

* Add disableRules method for disabling individual rules ([3833c59](https://github.com/dequelabs/axe-webdriverjs/commit/3833c59))



# Change Log

<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "axe-webdriverjs",
"description": "Provides a method to inject and analyze web pages using aXe",
"version": "1.1.5",
"version": "1.2.0",
"license": "MPL-2.0",
"main": "lib/index.js",
"contributors": [
Expand Down Expand Up @@ -64,7 +64,7 @@
"sinon": "^1.17.3"
},
"dependencies": {
"axe-core": "^2.4.1",
"axe-core": "^2.5.0",
"selenium-webdriver": ">= 2.53.1"
}
}

0 comments on commit b9dfef8

Please sign in to comment.