From 1cbaf95a434df60b733252d8ea6032c3262a7b3a Mon Sep 17 00:00:00 2001 From: dessant Date: Wed, 11 Dec 2024 20:42:18 +0200 Subject: [PATCH] chore(release): 8.0.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294dc3e..59a9ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [8.0.2](https://github.com/dessant/search-by-image/compare/v8.0.1...v8.0.2) (2024-12-11) + + +### Bug Fixes + +* update Freepik ([32866a2](https://github.com/dessant/search-by-image/commit/32866a2131cdb3da077034a2081b7d312c05dd60)) +* update Shein ([850b3e3](https://github.com/dessant/search-by-image/commit/850b3e3e212b571e7fbe48f70c768b2abbbdeb21)), closes [#329](https://github.com/dessant/search-by-image/issues/329) +* update Taobao and Alibaba China ([6258519](https://github.com/dessant/search-by-image/commit/62585192f3281d7c3b6cec914243ba5e7a0f9d3b)) +* update TinEye ([93f9641](https://github.com/dessant/search-by-image/commit/93f9641ffb50a628085cad87da99b3e76fea0d44)), closes [#336](https://github.com/dessant/search-by-image/issues/336) + ## [8.0.1](https://github.com/dessant/search-by-image/compare/v8.0.0...v8.0.1) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index 938046e..aed5801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "search-by-image", - "version": "8.0.1", + "version": "8.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "search-by-image", - "version": "8.0.1", + "version": "8.0.2", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "^5.1.0", diff --git a/package.json b/package.json index baf6b94..e52d858 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "8.0.1", + "version": "8.0.2", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/search-by-image",