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

Commit

Permalink
chore: bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Jan 18, 2018
1 parent 2538481 commit b629037
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="1.3.0"></a>
## [1.3.0](https://github.com/dequelabs/axe-webdriverjs/compare/v1.2.1...v1.3.0) (2018-1-18)


### Features

* fix: Ensure meaningful driver context when axe fails in iframe
* feat: use axe.run with optional promises
* feat: update to axe-core version 2.6.1


### Fixes

* fix: allow errors to be caught by mocha


<a name="1.2.1"></a>
## [1.2.1](https://github.com/dequelabs/axe-webdriverjs/compare/v1.2.0...v1.2.1) (2017-12-19)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion 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.2.1",
"version": "1.3.0",
"license": "MPL-2.0",
"main": "lib/index.js",
"contributors": [
Expand Down

0 comments on commit b629037

Please sign in to comment.