From f2cc1760f14705077a914de8af120abf7b64dc8d Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 23 Nov 2020 18:30:04 +0200 Subject: [PATCH] chore(release): 3.4.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 331ca56..295d991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1](https://github.com/dessant/search-by-image/compare/v3.4.0...v3.4.1) (2020-11-23) + + +### Bug Fixes + +* disable contributions for Safari and Samsung Internet ([12dc4ac](https://github.com/dessant/search-by-image/commit/12dc4ac5f5eabbad3b0acfd35079a6431a414e9e)) +* disable drag and drop on Android ([918fe96](https://github.com/dessant/search-by-image/commit/918fe96fe7a41594b5b039f87bb63c5665d150e7)) + ## [3.4.0](https://github.com/dessant/search-by-image/compare/v3.3.0...v3.4.0) (2020-11-23) diff --git a/package.json b/package.json index b232804..d8093d2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "3.4.0", + "version": "3.4.1", "author": "Armin Sebastian", "repository": "https://github.com/dessant/search-by-image", "license": "GPL-3.0-only",