diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c772136e..3f9f272606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [119.12.0](https://github.com/Sage/carbon/compare/v119.11.0...v119.12.0) (2023-08-21) + + +### Features + +* **pod:** allow title and subtitle to be passed as a node ([efdc827](https://github.com/Sage/carbon/commit/efdc827fd549ae0f3307cdaa03674274b4c0b95f)), closes [#4607](https://github.com/Sage/carbon/issues/4607) + ## [119.11.0](https://github.com/Sage/carbon/compare/v119.10.2...v119.11.0) (2023-08-09) diff --git a/package-lock.json b/package-lock.json index 246c61cc57..7b7590ed31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "119.11.0", + "version": "119.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "119.11.0", + "version": "119.12.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index c55171a68d..5fbd3ba9d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "119.11.0", + "version": "119.12.0", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",