diff --git a/CHANGELOG.md b/CHANGELOG.md index 031aa82ef7..5159afa8f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [123.4.1](https://github.com/Sage/carbon/compare/v123.4.0...v123.4.1) (2023-11-03) + + +### Bug Fixes + +* **loader-bar:** loaderBar height fix ([233782e](https://github.com/Sage/carbon/commit/233782ef1a7290e4582ac44a20fa425584570723)), closes [#5999](https://github.com/Sage/carbon/issues/5999) + ## [123.4.0](https://github.com/Sage/carbon/compare/v123.3.0...v123.4.0) (2023-11-02) diff --git a/package-lock.json b/package-lock.json index 6135cd5e69..ec8dc35759 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "123.4.0", + "version": "123.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "123.4.0", + "version": "123.4.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index dbf7906ea5..e020731652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "123.4.0", + "version": "123.4.1", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",