From 9b08be39c6cb552095c21b000809f5b6213338a8 Mon Sep 17 00:00:00 2001 From: Steven Lambert Date: Fri, 22 Oct 2021 09:33:09 -0600 Subject: [PATCH] chore(release): 4.2.4 --- CHANGELOG.md | 6 ++++++ bower.json | 2 +- package-lock.json | 2 +- package.json | 2 +- sri-history.json | 4 ++++ 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 701da445a4..42b0d1a49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.2.4](https://github.com/dequelabs/axe-core/compare/v4.2.3...v4.2.4) (2021-10-22) + +### Bug Fixes + +- **axe.run:** add option to increase iframe ping timeout ([#3233](https://github.com/dequelabs/axe-core/issues/3233)) ([99a848e](https://github.com/dequelabs/axe-core/commit/99a848e785793782b264aa55cd71f5a35c5677c9)) + ### [4.2.3](https://github.com/dequelabs/axe-core/compare/v4.2.2...v4.2.3) (2021-06-22) ### Bug Fixes diff --git a/bower.json b/bower.json index e6378ede32..38dc52b179 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "axe-core", - "version": "4.2.3", + "version": "4.2.4", "contributors": [ { "name": "David Sturley", diff --git a/package-lock.json b/package-lock.json index 32746ae8ff..f03dff868c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "axe-core", - "version": "4.2.3", + "version": "4.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa1fb3f9fe..ff7c01fc8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axe-core", "description": "Accessibility engine for automated Web UI testing", - "version": "4.2.3", + "version": "4.2.4", "license": "MPL-2.0", "engines": { "node": ">=4" diff --git a/sri-history.json b/sri-history.json index 4a93ad8227..0b4cbea1a5 100644 --- a/sri-history.json +++ b/sri-history.json @@ -266,5 +266,9 @@ "4.2.3": { "axe.js": "sha256-YpHE4EYgzaX6R5zc08TtcjCwyDoQf2Dczv+W2vhkdEg=", "axe.min.js": "sha256-7kmyHEX64EqrQmlKiBetbDbidBg++T1OK7pJ0Ch0tVE=" + }, + "4.2.4": { + "axe.js": "sha256-5COa2/D9CE8AshTHVGhvT0A1FZXaTZy+Kh0x177VAww=", + "axe.min.js": "sha256-rsECe0URvW9YH4nley2GHQLI7bC9Ucan8zY9AaZdyrY=" } }