From d6281bffb085820a8336c94c704edfd8dea6ac11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20Su=CC=88ss?= Date: Fri, 2 Feb 2024 16:51:31 +0100 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 900cad91..99660651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.4.0](https://github.com/rohberg/volto-searchkit-block/compare/0.3.3...0.4.0) + +- CI Remove rohberg.elasticsearchblocks [`79c4251`](https://github.com/rohberg/volto-searchkit-block/commit/79c42517ee7c4a608fe23d834ff99d3e1e6dc9f0) +- Update ci.yml [`c8cbd1d`](https://github.com/rohberg/volto-searchkit-block/commit/c8cbd1dd1bcbcce1c0356b928dc61939bc00c454) +- prettier [`2ff9640`](https://github.com/rohberg/volto-searchkit-block/commit/2ff9640cfc8e1f3cb34ffae2fab6575ac4f25d8c) +- Update versions [`4b1186a`](https://github.com/rohberg/volto-searchkit-block/commit/4b1186a3de923f28987ba33a55816ce639413fa9) +- Update acceptance.yml [`6f5e863`](https://github.com/rohberg/volto-searchkit-block/commit/6f5e863c0e85070b75814ab069734e3642d59016) +- Update ci.yml [`69faf30`](https://github.com/rohberg/volto-searchkit-block/commit/69faf307c73719e92a9ef72143d08c56c5026af7) +- Update Volto version for testing [`f3015d3`](https://github.com/rohberg/volto-searchkit-block/commit/f3015d35a0844930dcea87428d7c3d9b20fce02c) +- Update code.yml [`2873881`](https://github.com/rohberg/volto-searchkit-block/commit/28738810c2a2d65aee171e095d01ad1e41e56275) +- index server: url and index optional [`b4b4e5f`](https://github.com/rohberg/volto-searchkit-block/commit/b4b4e5f3cb4fca45a92a80b2061fde783dc8af81) +- Update package.json [`bcd03d8`](https://github.com/rohberg/volto-searchkit-block/commit/bcd03d81b78f6d5363c87a48fa78107aed792fce) + #### [0.3.3](https://github.com/rohberg/volto-searchkit-block/compare/0.3.2...0.3.3) +> 22 September 2023 + +- Release 0.3.3 [`35e2669`](https://github.com/rohberg/volto-searchkit-block/commit/35e26695322b53495101c5e0cc77739ac408b2c5) - Bug fix for metadata values not part of vocabularies [`b1f370f`](https://github.com/rohberg/volto-searchkit-block/commit/b1f370f7f7bc20e9679ee91a81671e6f41f84445) - Bug fix for metadata values not part of vocabularies [`09fe2b9`](https://github.com/rohberg/volto-searchkit-block/commit/09fe2b9721639a591c59a19a88084c0e343620c8) - Fix format of search result to external target. [`9d35007`](https://github.com/rohberg/volto-searchkit-block/commit/9d3500794e8957ea3a44ff34b8b45ad4e7b80319) diff --git a/package.json b/package.json index c8b80816..9b27f493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rohberg/volto-searchkit-block", - "version": "0.3.3", + "version": "0.4.0", "description": "Find content. Pardon typos. Allow search queries with and provide results with compound words.", "main": "src/index.js", "author": "Katja Süss, https://github.com/rohberg",