From a34e4d76185032162959590e4fc327d5940aba5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Jan 2023 14:50:14 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.4.2 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 d183f0a..45c2877 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",