diff --git a/CHANGELOG.md b/CHANGELOG.md index ca3e758cdd..32bab2f4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [14.0.1](https://github.com/Sage/carbon/compare/v14.0.0...v14.0.1) (2020-03-12) + + +### Bug Fixes + +* **toast:** close button styling ([a55eaa1](https://github.com/Sage/carbon/commit/a55eaa192415689247b537d8281dc78aa4fa3ac9)) + ## [14.0.0](https://github.com/Sage/carbon/compare/v13.12.0...v14.0.0) (2020-03-11) diff --git a/package-lock.json b/package-lock.json index c8ef98b318..2bf71ed7c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "14.0.0", + "version": "14.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ebbde69e4a..31a371d741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "14.0.0", + "version": "14.0.1", "description": "A library of reusable React components for easily building user interfaces.", "engineStrict": true, "engines": {