diff --git a/CHANGELOG.md b/CHANGELOG.md index d96204e..980e085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file. +## [1.1.1] - 2017-05-20 +### Changed +- Remove warn file on install +- Update to axe-core 2.2.1 to resolve circular dependencies + +## [1.1.0] - 2017-05-02 +### Changed +- Move axe-core to dependencies + ## [0.5.0] - 2016-12-22 ### Added - Support for axe-cli by passing in a source for axe-core version diff --git a/package.json b/package.json index 874c31c..04be6c9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "proxyquire": "^1.5.0", "serve-static": "^1.9.3", "sinon": "^1.17.3", - "axe-core": "^2.2.0" + "axe-core": "^2.2.1" }, "dependencies": { }