From c7277e8f15f1ba5be958514a4d09874a6b976137 Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 7 Dec 2020 07:35:07 +0200 Subject: [PATCH] chore(release): 3.4.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 295d991..71ff134 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. +### [3.4.2](https://github.com/dessant/search-by-image/compare/v3.4.1...v3.4.2) (2020-12-07) + + +### Bug Fixes + +* attempt to download images using fallback methods ([020ba13](https://github.com/dessant/search-by-image/commit/020ba13a9c8178243bb5861f78973b4b5b425175)) + ### [3.4.1](https://github.com/dessant/search-by-image/compare/v3.4.0...v3.4.1) (2020-11-23) diff --git a/package.json b/package.json index d8093d2..51e43de 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "3.4.1", + "version": "3.4.2", "author": "Armin Sebastian", "repository": "https://github.com/dessant/search-by-image", "license": "GPL-3.0-only",