diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9e2e4..7e54964 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. +### [4.4.2](https://github.com/dessant/search-by-image/compare/v4.4.1...v4.4.2) (2021-12-18) + + +### Bug Fixes + +* update Shutterstock ([2808ebc](https://github.com/dessant/search-by-image/commit/2808ebc73790d0d527d1f2ab66b33a31319c0edd)) +* update Yandex ([7a37a53](https://github.com/dessant/search-by-image/commit/7a37a53b7e37d2fb6b8cdc9b0c9c7df32617b6f1)) + ### [4.4.1](https://github.com/dessant/search-by-image/compare/v4.4.0...v4.4.1) (2021-12-14) diff --git a/package-lock.json b/package-lock.json index 2b210a1..cd2aea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "4.4.1", + "version": "4.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6fd2cf7..1dc64b8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "4.4.1", + "version": "4.4.2", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/search-by-image",