diff --git a/CHANGELOG.md b/CHANGELOG.md index abf6b46..11a7c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,9 @@ - [Windows: Application menus aren't keyboard accessible](https://github.com/ThePacielloGroup/CCAe/issues/49) - [Windows: Changing slider values is not announced in NVDA](https://github.com/ThePacielloGroup/CCAe/issues/37) -## [v3.5.0](https://github.com/ThePacielloGroup/CCAe/tree/v3.5.0) (2023-12-12) +## [v3.5.1](https://github.com/ThePacielloGroup/CCAe/tree/v3.5.1) (2023-12-12) -[Full Changelog](https://github.com/ThePacielloGroup/CCAe/compare/v3.4.2...v3.5.0) - -**Implemented enhancements:** +[Full Changelog](https://github.com/ThePacielloGroup/CCAe/compare/v3.4.2...v3.5.1) - Copy contrast ratio from UI [\#168](https://github.com/ThePacielloGroup/CCAe/issues/168) - Add support for macOS Dark Mode [\#67](https://github.com/ThePacielloGroup/CCAe/issues/67) diff --git a/package.json b/package.json index d59d95a..726046f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CCA", - "version": "3.5.0", + "version": "3.5.1", "description": "Colour Contrast Analyser (CCA)", "main": "src/main.js", "private": true,