From 4c173a420d15360b7a93e8a390d1c0a64cbfa84a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jan 2023 11:54:45 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.2.0 [skip ci] # [1.2.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.1.5...v1.2.0) (2023-01-11) ### Features * add events autoUpdater ([4525bb0](https://github.com/UrijHoruzij/super-resolution/commit/4525bb0540f9fe5ead52cb2be04f639b4cd4163a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7d266..0c61905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.1.5...v1.2.0) (2023-01-11) + + +### Features + +* add events autoUpdater ([4525bb0](https://github.com/UrijHoruzij/super-resolution/commit/4525bb0540f9fe5ead52cb2be04f639b4cd4163a)) + ## [1.1.5](https://github.com/UrijHoruzij/super-resolution/compare/v1.1.4...v1.1.5) (2023-01-11) diff --git a/package.json b/package.json index 1bbd3ca..1d4c11d 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.5", + "version": "1.2.0", "author": "Urij Horuzij", "homepage": "https://github.com/UrijHoruzij/super-resolution", "license": "MIT",