diff --git a/CHANGELOG.md b/CHANGELOG.md index 998fc5c..02e13ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.6.0...v2.0.0) (2023-02-21) + + +### Features + +* add new design ([ff713c4](https://github.com/UrijHoruzij/super-resolution/commit/ff713c45484ee1bb44b6db217748b11b4e9cc9a9)) + + +### BREAKING CHANGES + +* new design + # [1.6.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.5.1...v1.6.0) (2023-01-26) diff --git a/package.json b/package.json index e924cbd..2f4728a 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.6.0", + "version": "2.0.0", "author": "Urij Horuzij", "homepage": "https://github.com/UrijHoruzij/super-resolution", "license": "MIT",