From 2941ffc461c5e2f5f15bddb0d0163cfcf02aa2a5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Jan 2023 12:13:10 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.5.1 [skip ci] ## [1.5.1](https://github.com/UrijHoruzij/super-resolution/compare/v1.5.0...v1.5.1) (2023-01-18) ### Bug Fixes * edit setting bytesPerSecond ([a0d60b3](https://github.com/UrijHoruzij/super-resolution/commit/a0d60b31eadc9d7698c34e713250650e3919dd69)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 706b273..e0fcf4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/UrijHoruzij/super-resolution/compare/v1.5.0...v1.5.1) (2023-01-18) + + +### Bug Fixes + +* edit setting bytesPerSecond ([a0d60b3](https://github.com/UrijHoruzij/super-resolution/commit/a0d60b31eadc9d7698c34e713250650e3919dd69)) + # [1.5.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.4.2...v1.5.0) (2023-01-18) diff --git a/package.json b/package.json index ecf6242..b1e70d2 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.5.0", + "version": "1.5.1", "author": "Urij Horuzij", "homepage": "https://github.com/UrijHoruzij/super-resolution", "license": "MIT",