diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2e81e6..2e94f449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.3.11](https://github.com/Bellese/angular-design-system/compare/v5.3.10...v5.3.11) (2023-01-04) + + +### Bug Fixes + +* **chip-filter.component.html:** Add comment so it's apparent why the message is repeated in VoiceOver. ([d38b036](https://github.com/Bellese/angular-design-system/commit/d38b0361fff60c293221d7c8f1f896b0479268c1)) + ## [5.3.10](https://github.com/Bellese/angular-design-system/compare/v5.3.9...v5.3.10) (2023-01-02) diff --git a/package.json b/package.json index 406bfc15..e9920879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bellese/angular-design-system", - "version": "5.3.10", + "version": "5.3.11", "license": "MIT", "scripts": { "ng": "ng",