diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae3957..1958bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.1.0](https://github.com/dessant/search-by-image/compare/v4.0.1...v4.1.0) (2021-11-02) + + +### Features + +* update icon ([3929996](https://github.com/dessant/search-by-image/commit/3929996db9530072dddfa3f37ac7290e382f6e0b)) + + +### Bug Fixes + +* adjust element position ([939c953](https://github.com/dessant/search-by-image/commit/939c95328e1cd2a8bc49d0f071e19d0d7893c757)) + ### [4.0.1](https://github.com/dessant/search-by-image/compare/v4.0.0...v4.0.1) (2021-10-24) diff --git a/package-lock.json b/package-lock.json index e5bcd2d..75f8c50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "4.0.1", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index be7d95e..2d474e1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "4.0.1", + "version": "4.1.0", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/search-by-image",