From f5d9c1b8f09ad16f04ac098ac500ddd46e9f89f2 Mon Sep 17 00:00:00 2001 From: VChet <17050347+VChet@users.noreply.github.com> Date: Tue, 23 Mar 2021 22:49:41 +0500 Subject: [PATCH] chore(release): 4.4.2 --- CHANGELOG.md | 7 +++++++ client/package.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"