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",