From 51370fd9ed311d13ffc17ec3bc6f7dba201861e7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jan 2023 09:00:11 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.1.5 [skip ci] ## [1.1.5](https://github.com/UrijHoruzij/super-resolution/compare/v1.1.4...v1.1.5) (2023-01-11) ### Bug Fixes * edit autoUpdater ([728756a](https://github.com/UrijHoruzij/super-resolution/commit/728756aa54f25ca4addb7898d2928878173f9e74)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e5e9c..5b7d266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/UrijHoruzij/super-resolution/compare/v1.1.4...v1.1.5) (2023-01-11) + + +### Bug Fixes + +* edit autoUpdater ([728756a](https://github.com/UrijHoruzij/super-resolution/commit/728756aa54f25ca4addb7898d2928878173f9e74)) + ## [1.1.4](https://github.com/UrijHoruzij/super-resolution/compare/v1.1.3...v1.1.4) (2023-01-10) diff --git a/package.json b/package.json index 235a952..1bbd3ca 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.1.4", + "version": "1.1.5", "author": "Urij Horuzij", "homepage": "https://github.com/UrijHoruzij/super-resolution", "license": "MIT",