From 03a9715e2c1052d1a4b3bdc83643b66121ed9cdd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Jan 2023 15:27:18 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.3.0 [skip ci] # [1.3.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.2.0...v1.3.0) (2023-01-12) ### Features * add slider before-after ([4333f81](https://github.com/UrijHoruzij/super-resolution/commit/4333f81ee17a309e0156a72fe50c23b31c957416)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c61905..807a72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.2.0...v1.3.0) (2023-01-12) + + +### Features + +* add slider before-after ([4333f81](https://github.com/UrijHoruzij/super-resolution/commit/4333f81ee17a309e0156a72fe50c23b31c957416)) + # [1.2.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.1.5...v1.2.0) (2023-01-11) diff --git a/package.json b/package.json index c7c6795..99e6567 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.2.0", + "version": "1.3.0", "author": "Urij Horuzij", "homepage": "https://github.com/UrijHoruzij/super-resolution", "license": "MIT",