From f347e71985bbd5fc8307d487af82ca6f6b3c2d56 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 20 Sep 2024 12:39:44 -0700 Subject: [PATCH] v5.3.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb45c5b..b59898d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -265,3 +265,11 @@ Removes the only runtime dependency from the project, and restores/broadens engi - fix: add missing `doc-pagefooter` and `doc-pageheader` roles (#549) - Fix defect in calling code when building the ElementRoleMap (#555) - fix: add missing constraints for `aside` element to have implicit `complementary` role (#558) + +## 5.3.2 + +A bug fix, and a bunch of testing cleanups. + + - [Fix] node < 4 lacks `.find` and `Object.assign` + - [meta] create SECURITY.yml and FUNDING.yml + diff --git a/package.json b/package.json index bb95f47..d523cce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aria-query", - "version": "5.3.1", + "version": "5.3.2", "description": "Programmatic access to the ARIA specification", "main": "lib/index.js", "files": [