diff --git a/CHANGELOG.md b/CHANGELOG.md index e80a6a1f..09297ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## [4.0.2](IN PROGRESS) +## [4.0.3](https://github.com/folio-org/ui-quick-marc/tree/v4.0.3) (2021-11-09) * [UIQM-165](https://issues.folio.org/browse/UIQM-165) Update error message when user attempts to save a record without a 852. diff --git a/package.json b/package.json index 2f68e032..ccf0c4e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "4.0.2", + "version": "4.0.3", "description": "Quick MARC editor", "main": "index.js", "repository": "",