From ba52d8f7567a78aab03d67803a6c0931890e1e03 Mon Sep 17 00:00:00 2001 From: Daniel Weck Date: Thu, 3 Feb 2022 21:39:04 +0000 Subject: [PATCH] chore(release): v1.1.4 [skip ci] --- CHANGELOG.md | 7 ++++++- package-asar-dev.json | 2 +- package-asar.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f28002a..9c7c11e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ Code diff since previous version: -https://github.com/daisy/ace-gui/compare/v1.1.3...master +https://github.com/daisy/ace-gui/compare/v1.1.4...master + + +# 1.1.4 (2022-02-03) + +Please visit the [release page](https://github.com/daisy/ace-gui/releases/tag/v1.1.4). # 1.1.3 (2021-04-09) diff --git a/package-asar-dev.json b/package-asar-dev.json index 219fc01..8f8139e 100644 --- a/package-asar-dev.json +++ b/package-asar-dev.json @@ -2,7 +2,7 @@ "name": "ace-gui", "productName": "Ace by DAISY", "description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)", - "version": "1.1.4-alpha.1", + "version": "1.1.4", "author": { "name": "DAISY Consortium", "organization": "DAISY Consortium", diff --git a/package-asar.json b/package-asar.json index 8237128..5cf5aa7 100644 --- a/package-asar.json +++ b/package-asar.json @@ -2,7 +2,7 @@ "name": "ace-gui", "productName": "Ace by DAISY", "description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)", - "version": "1.1.4-alpha.1", + "version": "1.1.4", "author": { "name": "DAISY Consortium", "organization": "DAISY Consortium", diff --git a/package.json b/package.json index 19a11ff..ba7a640 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ace-gui", "description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)", - "version": "1.1.4-alpha.1", + "version": "1.1.4", "engines": { "node": ">=14.0.0", "yarn": "^1.22.0",