From d7f713453e10b2e326cc1f56bdd7493b55eeef45 Mon Sep 17 00:00:00 2001 From: Mikita Siadykh Date: Fri, 17 Mar 2023 09:09:08 +0400 Subject: [PATCH] Release v4.0.2 (#685) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74d1ca4f..6a01e350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## (4.1.0 IN PROGRESS) +## [4.0.2](https://github.com/folio-org/stripes-acq-components/tree/v4.0.2) (2023-03-17) +[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v4.0.1...v4.0.2) + * Escape quotes `"` and backslash `\` characters in search queries. Refs UISACQCOMP-145. * Select the current version by clicking on the version card title. Refs UISACQCOMP-146. diff --git a/package.json b/package.json index e16d3bc1..9a896724 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "4.0.1", + "version": "4.0.2", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"