Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerro committed Aug 14, 2022
1 parent 28ae4a9 commit 6be0153
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6be0153

Please sign in to comment.