diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d05bac9dd..0d889b144c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.16.2](https://github.com/adobe/coral-spectrum/compare/v4.16.1...v4.16.2) (2024-05-15) + + +### Bug Fixes + +* **Accessability:** Add button role to table header interactive element ([#347](https://github.com/adobe/coral-spectrum/issues/347)) ([a17ed32](https://github.com/adobe/coral-spectrum/commit/a17ed3203802d03d1d267eb0fbd329224e7fdb00)) + ## [4.16.1](https://github.com/adobe/coral-spectrum/compare/v4.16.0...v4.16.1) (2024-04-23) diff --git a/package.json b/package.json index 91e66042eb..428e0b3b5b 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.16.1", + "version": "4.16.2", "homepage": "https://github.com/adobe/coral-spectrum#readme", "license": "Apache-2.0", "repository": {