diff --git a/CHANGELOG.md b/CHANGELOG.md index 31cf486a..2308db01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## (in progress) +## [1.1.4](https://github.com/folio-org/ui-plugin-query-builder/tree/v1.1.4) (2024-04-02) + * [UIPQB-108](https://issues.folio.org/browse/UIPQB-108) Fix missing horizontal overflow in ResultViewer ## [1.1.3](https://github.com/folio-org/ui-plugin-query-builder/tree/v1.1.3) (2024-04-02) diff --git a/package.json b/package.json index 65390c45..954d9ca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/plugin-query-builder", - "version": "1.1.3", + "version": "1.1.4", "description": "Create FQL query plugin for Stripes", "main": "index.js", "repository": "",