diff --git a/CHANGELOG.md b/CHANGELOG.md index 630a1fbc91..871d1c2c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [74.1.2](https://github.com/Sage/carbon/compare/v74.1.1...v74.1.2) (2021-05-18) + + +### Bug Fixes + +* **pill:** fix text wrap if there are multiple words ([a9333ff](https://github.com/Sage/carbon/commit/a9333fffb7040a84ccabec6e524c1845085561ed)) + ### [74.1.1](https://github.com/Sage/carbon/compare/v74.1.0...v74.1.1) (2021-05-14) diff --git a/package-lock.json b/package-lock.json index 1beb67fe2b..f204bef9a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "74.1.1", + "version": "74.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 704f98db25..02b01e5731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "74.1.1", + "version": "74.1.2", "description": "A library of reusable React components for easily building user interfaces.", "engineStrict": true, "engines": {