Skip to content

Commit

Permalink
v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 20, 2024
1 parent 1f4e602 commit f347e71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit f347e71

Please sign in to comment.