diff --git a/CHANGELOG.md b/CHANGELOG.md index 202bd99ba..d47225c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.18.1](https://github.com/adobe/coral-spectrum/compare/v4.18.0...v4.18.1) (2024-11-25) + + +### Bug Fixes + +* **Accessibility:** Certain ARIA roles must contain particular children ([#352](https://github.com/adobe/coral-spectrum/issues/352)) ([1430fd8](https://github.com/adobe/coral-spectrum/commit/1430fd800707898c645b751c90a9577fc08ed5a3)) + # [4.18.0](https://github.com/adobe/coral-spectrum/compare/v4.17.1...v4.18.0) (2024-10-14) diff --git a/package.json b/package.json index e582af103..51d26bf3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/coral-spectrum", "description": "Coral Spectrum is a JavaScript library of Web Components following Spectrum design patterns.", - "version": "4.18.0", + "version": "4.18.1", "homepage": "https://github.com/adobe/coral-spectrum#readme", "license": "Apache-2.0", "repository": {