diff --git a/CHANGELOG.md b/CHANGELOG.md index 194ce8d..3ae3957 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.0.1](https://github.com/dessant/search-by-image/compare/v4.0.0...v4.0.1) (2021-10-24) + + +### Bug Fixes + +* update Alamy ([1121ddb](https://github.com/dessant/search-by-image/commit/1121ddb23b2d583e468f89d5cf7c4021c295c4a3)) + ## [4.0.0](https://github.com/dessant/search-by-image/compare/v3.9.1...v4.0.0) (2021-10-16) diff --git a/package-lock.json b/package-lock.json index 6ec5ef7..c3bbeda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 857b523..b41b431 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "4.0.0", + "version": "4.0.1", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/search-by-image",