diff --git a/CHANGELOG.md b/CHANGELOG.md index 91027af5..18dec150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.0.30 (Fri Aug 02 2024) + +#### 🐛 Bug Fix + +- Update display fonts to match headers [#251](https://github.com/CityOfDetroit/COD-Design-System/pull/251) ([@sreidthomas](https://github.com/sreidthomas)) + +#### Authors: 1 + +- Shakira Reid-Thomas ([@sreidthomas](https://github.com/sreidthomas)) + +--- + # v1.0.29 (Mon July 29 2024) #### 🚀 Enhancement diff --git a/package.json b/package.json index 6117cc9c..66f909aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cod-design-system", - "version": "1.0.29", + "version": "1.0.30", "description": "City of Detroit design system", "main": "dist/index.js", "repository": {