diff --git a/CHANGELOG.md b/CHANGELOG.md index 41752fc77a..1daa3d58ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.4.3](https://github.com/dequelabs/axe-core/compare/v4.4.2...v4.4.3) (2022-07-13) + +### Bug Fixes + +- **axe.d.ts:** updates type definition for Rule to add reviewOnFail ([#3521](https://github.com/dequelabs/axe-core/issues/3521)) ([afb2478](https://github.com/dequelabs/axe-core/commit/afb247844e697475f5bf81fd7b03ed30c2c65830)) +- Continue supporting Node >=4 ([#3538](https://github.com/dequelabs/axe-core/issues/3538)) ([da7923b](https://github.com/dequelabs/axe-core/commit/da7923bd5bcaa71f52f6b4e6b8eece1ea12c1c2a)), closes [#3537](https://github.com/dequelabs/axe-core/issues/3537) + ### [4.4.2](https://github.com/dequelabs/axe-core/compare/v4.4.1...v4.4.2) (2022-05-12) ### Bug Fixes diff --git a/axe.d.ts b/axe.d.ts index 1723a34926..c61db5c8f8 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -233,6 +233,7 @@ declare namespace axe { none?: string[]; tags?: string[]; matches?: string; + reviewOnFail?: boolean; } interface AxePlugin { id: string; diff --git a/bower.json b/bower.json index 69710116dd..3f9c52efca 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "axe-core", - "version": "4.4.2", + "version": "4.4.3", "contributors": [ { "name": "David Sturley", diff --git a/package-lock.json b/package-lock.json index 15be8436af..5de4f59fff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "axe-core", - "version": "4.4.2", + "version": "4.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1497540f4d..222743ffda 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "axe-core", "description": "Accessibility engine for automated Web UI testing", - "version": "4.4.2", + "version": "4.4.3", "license": "MPL-2.0", "engines": { - "node": ">=12" + "node": ">=4" }, "contributors": [ { diff --git a/sri-history.json b/sri-history.json index 3953f58e99..230ab7005e 100644 --- a/sri-history.json +++ b/sri-history.json @@ -306,5 +306,9 @@ "4.4.2": { "axe.js": "sha256-s3Ip/Rm7jkD6tDMBfUvDdj1Okyjm+wMBKf60/39jaug=", "axe.min.js": "sha256-LPnPAiGlol21Bn7pq9yM1TkCvztX37pp59UhYeSwShM=" + }, + "4.4.3": { + "axe.js": "sha256-R+pmfA40BsLNJsCD6FrO4KRXoV2mV3NKNUZuxFSJk6g=", + "axe.min.js": "sha256-aX6mx+3/D+KJt7vs8f97kBUkm8g0tAmjSM0GDfgK66A=" } }