diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a31c8..cd72436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.4.2](https://github.com/VChet/StyleBase/compare/v4.4.1...v4.4.2) (2021-03-23) + + +### Bug Fixes + +* **preview:** fallback to original url if resize service returned error ([d4f64bd](https://github.com/VChet/StyleBase/commit/d4f64bdc7b01f65e07b2996f790033695a5d1826)) + ### [4.4.1](https://github.com/VChet/StyleBase/compare/v4.4.0...v4.4.1) (2021-03-21) diff --git a/client/package.json b/client/package.json index a9fc4c0..e7d6c44 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "stylebase-frontend", - "version": "4.4.1", + "version": "4.4.2", "author": "VChet", "contributors": [ "rudnovd" diff --git a/package.json b/package.json index 913a681..b4bd8ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebase", - "version": "4.4.1", + "version": "4.4.2", "repository": { "type": "git", "url": "git+https://github.com/VChet/StyleBase.git"