diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d82f97..749b176d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v1.0.16 (Mon March 4 2024) + +#### 🐛 Bug Fix + +- Fix [header background height](https://github.com/CityOfDetroit/COD-Design-System/pull/165) +- Add [info button and action button to production build](https://github.com/CityOfDetroit/COD-Design-System/pull/166) +- Add mixins for [handling observed attributes & CSS classes](https://github.com/CityOfDetroit/COD-Design-System/pull/140) + +#### Authors: 1 + +- Max Morgan ([@maxatdetroit](https://github.com/maxatdetroit)) + +--- + # v1.0.15 (Mon Feb 19 2024) #### 🚀 Enhancement diff --git a/package.json b/package.json index 0eecc8ec..250289a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cod-design-system", - "version": "1.0.15", + "version": "1.0.16", "description": "City of Detroit design system", "main": "dist/index.js", "repository": {