From a6cc0f907ecbc1aa943fff291717141dff9a0d30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Jan 2023 14:11:39 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.4.1 [skip ci] ## [1.4.1](https://github.com/UrijHoruzij/super-resolution/compare/v1.4.0...v1.4.1) (2023-01-13) ### Bug Fixes * edit autoUpdate ([d478bd5](https://github.com/UrijHoruzij/super-resolution/commit/d478bd560192398a035d4d0bdccd60dc629e1f60)) * remove devtools ([278b563](https://github.com/UrijHoruzij/super-resolution/commit/278b5631d7ed37aca81e6b67ff48482d951c64f1)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e9e85..761d5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.4.1](https://github.com/UrijHoruzij/super-resolution/compare/v1.4.0...v1.4.1) (2023-01-13) + + +### Bug Fixes + +* edit autoUpdate ([d478bd5](https://github.com/UrijHoruzij/super-resolution/commit/d478bd560192398a035d4d0bdccd60dc629e1f60)) +* remove devtools ([278b563](https://github.com/UrijHoruzij/super-resolution/commit/278b5631d7ed37aca81e6b67ff48482d951c64f1)) + # [1.4.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.3.0...v1.4.0) (2023-01-13) diff --git a/package.json b/package.json index 17b3096..d183f0a 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.0", + "version": "1.4.1", "author": "Urij Horuzij", "homepage": "https://github.com/UrijHoruzij/super-resolution", "license": "MIT",