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

Commit

Permalink
feat: add changelog and update version (#24)
Browse files Browse the repository at this point in the history
* feat: add changelog and update version

* chore: change format to follow Keep A Changelog
  • Loading branch information
marcysutton authored Dec 22, 2016
1 parent 2b71b9f commit 58bfa6e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change log
All notable changes to this project will be documented in this file.

## [0.2.0] - 2015-08-16
### Changed
- Update to use aXe 1.1.0

## [0.4.0] - 2016-09-27
### Added
- New configure method building on axe-core API

## [0.5.0] - 2016-12-22
### Added
- Support for axe-cli by passing in a source for axe-core version

### Changed
- Upgrade to Selenium 3, which requires Node 6
- Replace ~ with ^ in package.json to get more
- Allow running with Selenium remotely in tests
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.1.0",
"version": "0.5.0",
"license": "MPL-2.0",
"main": "lib/index.js",
"contributors": [{
Expand Down

0 comments on commit 58bfa6e

Please sign in to comment.