diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d5bd299d..ed5cf33bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.14.3](https://github.com/adobe/coral-spectrum/compare/v4.14.2...v4.14.3) (2022-08-15) + + +### Bug Fixes + +* **CQ-4274470:** Modal dialogs missing attributes ([#229](https://github.com/adobe/coral-spectrum/issues/229)) ([fa462e9](https://github.com/adobe/coral-spectrum/commit/fa462e9a2774c610d62655bd34ffa5320f256817)) + ## [4.14.2](https://github.com/adobe/coral-spectrum/compare/v4.14.1...v4.14.2) (2022-08-03) diff --git a/package.json b/package.json index 6605b04b38..89d9aeb7c5 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.14.2", + "version": "4.14.3", "homepage": "https://github.com/adobe/coral-spectrum#readme", "license": "Apache-2.0", "repository": {