From 579b8c924f4b56c7338adc8b0e801b63c43027e2 Mon Sep 17 00:00:00 2001 From: Ferllings Date: Tue, 26 Sep 2023 11:47:04 +0200 Subject: [PATCH] v3.4.2 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6bc1b5..01dc7a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +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.4.1](https://github.com/ThePacielloGroup/CCAe/tree/v3.4.1) (2023-09-11) +## [v3.4.2](https://github.com/ThePacielloGroup/CCAe/tree/v3.4.2) (2023-09-26) -[Full Changelog](https://github.com/ThePacielloGroup/CCAe/compare/v3.3.0...v3.4.1) +[Full Changelog](https://github.com/ThePacielloGroup/CCAe/compare/v3.3.0...v3.4.2) - \[feat\] Added customizable copy-paste - \[debug\] Add logger and crash reporter diff --git a/package.json b/package.json index 687f85b..5f5694a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CCA", - "version": "3.4.1", + "version": "3.4.2", "description": "Colour Contrast Analyser (CCA)", "main": "src/main.js", "private": true,