Skip to content

Commit

Permalink
chore(release): 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Dec 13, 2021
1 parent 8fc3061 commit 70ebb31
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 70ebb31

Please sign in to comment.