diff --git a/CHANGELOG.md b/CHANGELOG.md index c75ea0f..117e374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## IN PROGRESS +## [5.2.1](https://github.com/folio-org/stripes-data-transfer-components/tree/v5.2.1) (2022-07-22) +[Full Changelog](https://github.com/folio-org/stripes-data-transfer-components/compare/v5.2.0...v5.2.1) + * Replace babel-eslint with @babel/eslint-parser. Refs STDTC-58 ## [5.2.0](https://github.com/folio-org/stripes-data-transfer-components/tree/v5.2.0) (2022-07-07) diff --git a/package.json b/package.json index 35fb1cf..0ef7c10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-data-transfer-components", - "version": "5.2.0", + "version": "5.2.1", "description": "Shared components for ui-data-import and ui-data-export projects", "main": "src/index.js", "repository": "folio-org/stripes-data-transfer-components",