From 6be01533488a6febcb47c6aa5363de7f604b05a3 Mon Sep 17 00:00:00 2001 From: Jelmer van Arnhem Date: Sun, 14 Aug 2022 22:43:43 +0200 Subject: [PATCH] prepare for release --- CHANGELOG.md | 13 +++++++++++++ electron-builder.yml | 3 ++- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb03499..d68fbcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ The [releases page](https://github.com/Jelmerro/Garlmap/releases) also contains but the list below contains much more technical details. The releases of Garlmap aim to follow [semantic versioning](https://semver.org). +## [1.2.1](https://github.com/Jelmerro/Garlmap/compare/1.2.0...1.2.1) - 2022-08-14 + +[code diff](https://github.com/Jelmerro/Garlmap/compare/1.2.0...1.2.1) - [releases](https://github.com/Jelmerro/Garlmap/releases/tag/1.2.1) + +### Fixed + +- Released build issue that did not include html resources + +### Versions + +- Electron 20.0.2 (unnchanged) +- Chromium 104.0.5112.81 (unchanged) + ## [1.2.0](https://github.com/Jelmerro/Garlmap/compare/1.1.0...1.2.0) - 2022-08-14 [code diff](https://github.com/Jelmerro/Garlmap/compare/1.1.0...1.2.0) - [releases](https://github.com/Jelmerro/Garlmap/releases/tag/1.2.0) diff --git a/electron-builder.yml b/electron-builder.yml index f9abf6d..03e5cc3 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -54,7 +54,8 @@ win: files: - "app/img/*.png" - "app/img/icon/1024x1024.png" - - "app/**/*.js" + - "app/*.js" + - "app/renderer/*" nsis: differentialPackage: false oneClick: false diff --git a/package.json b/package.json index c2d6bbf..faf2937 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "garlmap", "productName": "Garlmap", - "version": "1.2.0", + "version": "1.2.1", "description": "Gapless Almighty Rule-based Logical Mpv Audio Player", "main": "app/index.js", "scripts": {