From 45ce500ebd7ea31393dc3b46bb2e7458903a4a51 Mon Sep 17 00:00:00 2001 From: dessant Date: Wed, 19 Feb 2020 17:56:40 +0200 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f543ad1..6b95fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +### [2.1.1](https://github.com/dessant/search-by-image/compare/v2.1.0...v2.1.1) (2020-02-19) + + +### Bug Fixes + +* always send image data receipt ([3615a88](https://github.com/dessant/search-by-image/commit/3615a88a460a8fced562f5e3805b4161e29ed691)) +* include source maps for production builds ([7ec786a](https://github.com/dessant/search-by-image/commit/7ec786a106f47fa931a5e1eb05594f5cf336c8ec)) +* update Alibaba search ([e200237](https://github.com/dessant/search-by-image/commit/e2002377cf5743f1cbba0391146389639d996198)) +* update Baidu search ([a697c4a](https://github.com/dessant/search-by-image/commit/a697c4ac9858a22f28ebc7f498636c189f0e297a)), closes [#67](https://github.com/dessant/search-by-image/issues/67) +* update Bing search ([90f7791](https://github.com/dessant/search-by-image/commit/90f7791f23459cebe4278edae735902c86fe7cf7)) + ## [2.1.0](https://github.com/dessant/search-by-image/compare/v2.0.0...v2.1.0) (2019-12-26) diff --git a/package.json b/package.json index d8f0b6b..12a533f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-by-image", - "version": "2.1.0", + "version": "2.1.1", "author": "Armin Sebastian", "repository": "https://github.com/dessant/search-by-image", "license": "GPL-3.0-only",