Skip to content

Commit

Permalink
chore(release): 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Apr 28, 2022
1 parent 07e95af commit c819560
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 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.9.0](https://github.com/dessant/search-by-image/compare/v4.8.0...v4.9.0) (2022-04-28)


### Features

* accept more than one shared image ([99d9fd7](https://github.com/dessant/search-by-image/commit/99d9fd7b7886930b5f337d6e63f8b55d33ba795f))


### Bug Fixes

* convert unsupported images before searching ([fde1224](https://github.com/dessant/search-by-image/commit/fde1224a8453dfd677700fd180343299a707142b)), closes [#153](https://github.com/dessant/search-by-image/issues/153)
* create notifications from current script ([1d7b538](https://github.com/dessant/search-by-image/commit/1d7b538e01ba091048c9bc57dd4509d09fc54f01))
* hide sharing on unsupported platforms ([eadc88e](https://github.com/dessant/search-by-image/commit/eadc88eb63fd2defb55c53c04861ea224acec13a)), closes [#183](https://github.com/dessant/search-by-image/issues/183)
* improve image normalization and processing ([5bbe6aa](https://github.com/dessant/search-by-image/commit/5bbe6aa7fff7e0dc0349e0a8618b64a17f305b38))
* search with default engines on image share ([78ed47e](https://github.com/dessant/search-by-image/commit/78ed47ea5e3929bbba6ed6342f8d22ba1e0463fa))

## [4.8.0](https://github.com/dessant/search-by-image/compare/v4.7.0...v4.8.0) (2022-04-06)


Expand Down
4 changes: 2 additions & 2 deletions 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.8.0",
"version": "4.9.0",
"author": "Armin Sebastian",
"license": "GPL-3.0-only",
"homepage": "https://github.com/dessant/search-by-image",
Expand Down

0 comments on commit c819560

Please sign in to comment.