diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b801bb712..6c0d4e4001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [68.0.2](https://github.com/Sage/carbon/compare/v68.0.1...v68.0.2) (2021-03-11) + + +### Bug Fixes + +* **button:** add border radius to button styles ([3142e17](https://github.com/Sage/carbon/commit/3142e170fb9182c67d3749b1b36d667a49fab30a)), closes [#3630](https://github.com/Sage/carbon/issues/3630) + ### [68.0.1](https://github.com/Sage/carbon/compare/v68.0.0...v68.0.1) (2021-03-09) diff --git a/package-lock.json b/package-lock.json index 376d96a39d..a6eceb8e20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "68.0.1", + "version": "68.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fe5fd36bb0..9804d8e78b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "68.0.1", + "version": "68.0.2", "description": "A library of reusable React components for easily building user interfaces.", "engineStrict": true, "engines": {