diff --git a/CHANGELOG.md b/CHANGELOG.md index f835c5d..f520769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3.0](https://github.com/dessant/search-by-image/compare/v4.2.0...v4.3.0) (2021-11-11) + + +### Features + +* search on LykDat ([380051c](https://github.com/dessant/search-by-image/commit/380051c17bd2966a8b1406d15b3e9ae2777c4c81)) + ## [4.2.0](https://github.com/dessant/search-by-image/compare/v4.1.0...v4.2.0) (2021-11-07) diff --git a/package-lock.json b/package-lock.json index c6107a1..545e1c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 43af41b..9200b8d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "4.2.0", + "version": "4.3.0", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/search-by-image",