From 7207dc63c932d6920276546438155be33889e2b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Jul 2022 05:09:14 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/customd/hashed-search/compare/v1.2.2...v1.2.3) (2022-07-12) ### Bug Fixes * filter null values before creating hashes ([79169a6](https://github.com/customd/hashed-search/commit/79169a6490266cbd2e558c453cf1f5ce5d208b14)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1798b6..906c47e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/customd/hashed-search/compare/v1.2.2...v1.2.3) (2022-07-12) + + +### Bug Fixes + +* filter null values before creating hashes ([79169a6](https://github.com/customd/hashed-search/commit/79169a6490266cbd2e558c453cf1f5ce5d208b14)) + ## [1.2.2](https://github.com/customd/hashed-search/compare/v1.2.1...v1.2.2) (2022-07-12)