From b4e38f48bf7f7edc16f453cf598b0603b2463b03 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Jan 2023 10:23:42 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.5.0 [skip ci] # [1.5.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.4.2...v1.5.0) (2023-01-18) ### Features * remove electron-store and electron-settings ([3e2b424](https://github.com/UrijHoruzij/super-resolution/commit/3e2b42435ab47efdcd58ce205860a0e627dd98c5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f87c04..706b273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.4.2...v1.5.0) (2023-01-18) + + +### Features + +* remove electron-store and electron-settings ([3e2b424](https://github.com/UrijHoruzij/super-resolution/commit/3e2b42435ab47efdcd58ce205860a0e627dd98c5)) + ## [1.4.2](https://github.com/UrijHoruzij/super-resolution/compare/v1.4.1...v1.4.2) (2023-01-13) diff --git a/package.json b/package.json index 70f0a4e..f42655b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "super-resolution", "description": "Free and open source AI image upscaler. It uses the latest AI technology to upscale images to higher resolutions.", - "version": "1.4.2", + "version": "1.5.0", "author": "Urij Horuzij", "homepage": "https://github.com/UrijHoruzij/super-resolution", "license": "MIT",