From 3123fa1e52714d414e30b3f4ea3514e30eb99d27 Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Wed, 13 Dec 2023 17:20:40 +0400 Subject: [PATCH] Release v6.0.1 (#281) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 103a3d0..78283bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## IN PROGRESS +## [6.0.1](https://github.com/folio-org/stripes-data-transfer-components/tree/v6.0.1) (2023-12-13) +[Full Changelog](https://github.com/folio-org/stripes-data-transfer-components/compare/v6.0.0...v6.0.1) + * Formatting a list of jobs without the "progress" field results in an error on the UI. Refs STDTC-100. ## [6.0.0](https://github.com/folio-org/stripes-data-transfer-components/tree/v6.0.0) (2023-10-12) diff --git a/package.json b/package.json index 000563a..ee6e476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-data-transfer-components", - "version": "6.0.0", + "version": "6.0.1", "description": "Shared components for ui-data-import and ui-data-export projects", "main": "src/index.js", "repository": "folio-org/stripes-data-transfer-components",