From 6e22f91871a35dee9e9df43057cf69d3117ee628 Mon Sep 17 00:00:00 2001 From: API Team CI User Date: Tue, 13 Aug 2024 18:04:02 +0000 Subject: [PATCH] chore: RC v4.10.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- version.rb | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db1361..4d3ff5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [4.10.0](https://github.com/dequelabs/axe-core-gems/compare/v4.9.1...v4.10.0) (2024-08-13) + + +### Features + +* Update axe-core to v4.10.0 ([#397](https://github.com/dequelabs/axe-core-gems/issues/397)) ([09e659e](https://github.com/dequelabs/axe-core-gems/commit/09e659ecae87be2b3949d470795c214ad77407ec)) + + +### Bug Fixes + +* add `Lazy-load Axe::API::Run` to improve boot time ([#396](https://github.com/dequelabs/axe-core-gems/issues/396)) ([f16172e](https://github.com/dequelabs/axe-core-gems/commit/f16172ee3377e05fd08ca9c4fd55649457402cde)) + ## [4.9.1](https://github.com/dequelabs/axe-core-gems/compare/v4.9.0...v4.9.1) (2024-05-08) diff --git a/package.json b/package.json index 4a545cb..2d068a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axe-core-gems", - "version": "4.9.1", + "version": "4.10.0", "license": "MPL-2.0", "private": true, "repository": { diff --git a/version.rb b/version.rb index 7467b54..9f24dbc 100644 --- a/version.rb +++ b/version.rb @@ -1,5 +1,5 @@ # this version is used by all the packages module AxeCoreGems - VERSION = "4.9.1" + VERSION = "4.10.0" end