From 04014f3d5cd89b8fa274fa8c5ca5c401fc50926a Mon Sep 17 00:00:00 2001 From: dessant Date: Sun, 17 Dec 2023 01:34:37 +0200 Subject: [PATCH] chore(release): 6.1.1 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a1545..debaf4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -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. +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. + +## [6.1.1](https://github.com/dessant/search-by-image/compare/v6.1.0...v6.1.1) (2023-12-16) + + +### Bug Fixes + +* update active tab simulation ([64aea23](https://github.com/dessant/search-by-image/commit/64aea231b93dd615c836e67883d76071604d3bb3)) +* update PIXTA ([9624708](https://github.com/dessant/search-by-image/commit/9624708e706c00a9e11edb37a4d0cab5fcbed324)) +* update Shutterstock ([ead4ebe](https://github.com/dessant/search-by-image/commit/ead4ebec888df804f0569a9affcb97b4f5523d70)) +* update Wildberries ([b72fd96](https://github.com/dessant/search-by-image/commit/b72fd96ade007a94273f10a7862f05e4f1cc5d18)) ## [6.1.0](https://github.com/dessant/search-by-image/compare/v6.0.0...v6.1.0) (2023-11-02) diff --git a/package-lock.json b/package-lock.json index c7f4804..f66bfdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "search-by-image", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "search-by-image", - "version": "6.1.0", + "version": "6.1.1", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "^5.0.8", diff --git a/package.json b/package.json index 59c8bd6..b6be2d8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "6.1.0", + "version": "6.1.1", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/search-by-image",