From ccbe3997bd4aba060e63d33d2b583eeb28f305af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Jan 2024 00:49:32 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/d0kur0/webm-desktop/compare/v1.4.2...v1.5.0) (2024-01-26) ### Bug Fixes * linter issue ([4c66864](https://github.com/d0kur0/webm-desktop/commit/4c668647cfc66c8d10b093b642bab6d88e5c9579)) * remove discord-rpc and update electron ([693580b](https://github.com/d0kur0/webm-desktop/commit/693580bd378ff4ba42f7b1212e71447e8f6d9257)) ### Features * make player more friendly, add loop button, and auto next then disabled \ loading error, optimize render files list (use previewImage instead of fullsize) ([388c72a](https://github.com/d0kur0/webm-desktop/commit/388c72a066438a39780f6dcdf8c6c091c0e89df7)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb7e46..20cf8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.5.0](https://github.com/d0kur0/webm-desktop/compare/v1.4.2...v1.5.0) (2024-01-26) + + +### Bug Fixes + +* linter issue ([4c66864](https://github.com/d0kur0/webm-desktop/commit/4c668647cfc66c8d10b093b642bab6d88e5c9579)) +* remove discord-rpc and update electron ([693580b](https://github.com/d0kur0/webm-desktop/commit/693580bd378ff4ba42f7b1212e71447e8f6d9257)) + + +### Features + +* make player more friendly, add loop button, and auto next then disabled \ loading error, optimize render files list (use previewImage instead of fullsize) ([388c72a](https://github.com/d0kur0/webm-desktop/commit/388c72a066438a39780f6dcdf8c6c091c0e89df7)) + ## [1.4.2](https://github.com/d0kur0/webm-desktop/compare/v1.4.1...v1.4.2) (2024-01-25) diff --git a/package.json b/package.json index e05a8ff..73d5832 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webm-desktop", "productName": "webm-desktop", - "version": "1.4.2", + "version": "1.5.0", "description": "My Electron application description", "main": "electron/index.js", "scripts": {