diff --git a/CHANGELOG.md b/CHANGELOG.md index 761d5bd..2f87c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.4.2](https://github.com/UrijHoruzij/super-resolution/compare/v1.4.1...v1.4.2) (2023-01-13) + + +### Bug Fixes + +* edit autoUpdate ([c4b4693](https://github.com/UrijHoruzij/super-resolution/commit/c4b46939d1baecb57f1cc9133d524e359209023b)) +* merge ([278be73](https://github.com/UrijHoruzij/super-resolution/commit/278be730ea8cabffaba4a0205f2f80280ae243bf)) + ## [1.4.1](https://github.com/UrijHoruzij/super-resolution/compare/v1.4.0...v1.4.1) (2023-01-13) diff --git a/package.json b/package.json index 84ff13e..70f0a4e 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.1", + "version": "1.4.2", "author": "Urij Horuzij", "homepage": "https://github.com/UrijHoruzij/super-resolution", "license": "MIT",