From 70ebb311b1a8fc595c77fde932d2d4bb66bb5418 Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 13 Dec 2021 16:49:01 +0200 Subject: [PATCH] chore(release): 4.4.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5e6f3..655aeb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.0](https://github.com/dessant/search-by-image/compare/v4.3.1...v4.4.0) (2021-12-13) + + +### Features + +* notify users about missing search engine access in Opera ([d64c0d8](https://github.com/dessant/search-by-image/commit/d64c0d874dd89cb8e5d90d5d5d56730823e2c862)) +* search on Wildberries ([50d2013](https://github.com/dessant/search-by-image/commit/50d2013360cc364cf89492897b87e1b9a6e88319)) +* support shadow DOM in Chrome ([1b8d401](https://github.com/dessant/search-by-image/commit/1b8d40132c1c7a1116a1b6f8d143279f6873adc4)) + + +### Bug Fixes + +* hide cropper before capturing ([8fc3061](https://github.com/dessant/search-by-image/commit/8fc3061a4739e9c3a4ae3514a8b851e937c07eb0)) +* reduce frequency of search engine access checks ([cce8038](https://github.com/dessant/search-by-image/commit/cce80387735f70992e03b8587c25b77647cd1983)) +* save coordinates on touch start ([03d517c](https://github.com/dessant/search-by-image/commit/03d517c9de5655eb39486c5dbae6fe2041e2cb0d)) + ### [4.3.1](https://github.com/dessant/search-by-image/compare/v4.3.0...v4.3.1) (2021-11-21) diff --git a/package-lock.json b/package-lock.json index 1461c75..14fc345 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "4.3.1", + "version": "4.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e2ba021..d95281c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "4.3.1", + "version": "4.4.0", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/search-by-image",