Skip to content

Commit f347e71

Browse files
committed
v5.3.2
1 parent 1f4e602 commit f347e71

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,11 @@ Removes the only runtime dependency from the project, and restores/broadens engi
265265
- fix: add missing `doc-pagefooter` and `doc-pageheader` roles (#549)
266266
- Fix defect in calling code when building the ElementRoleMap (#555)
267267
- fix: add missing constraints for `aside` element to have implicit `complementary` role (#558)
268+
269+
## 5.3.2
270+
271+
A bug fix, and a bunch of testing cleanups.
272+
273+
- [Fix] node < 4 lacks `.find` and `Object.assign`
274+
- [meta] create SECURITY.yml and FUNDING.yml
275+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aria-query",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"description": "Programmatic access to the ARIA specification",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)