diff --git a/CHANGELOG.md b/CHANGELOG.md index 5920efcd5a..0f2f47eac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [144.1.0](https://github.com/Sage/carbon/compare/v144.0.1...v144.1.0) (2024-10-24) + + +### Features + +* **typography:** update line heights to align with DS ([fb6762f](https://github.com/Sage/carbon/commit/fb6762f49caafb73d11285f954c18dcf73d328cf)), closes [#6335](https://github.com/Sage/carbon/issues/6335) + ### [144.0.1](https://github.com/Sage/carbon/compare/v144.0.0...v144.0.1) (2024-10-23) diff --git a/package-lock.json b/package-lock.json index b65ff91a10..f9a71d5b0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "144.0.1", + "version": "144.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "144.0.1", + "version": "144.1.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 8a83b4cd2c..cc2a25ddfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "144.0.1", + "version": "144.1.0", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",