diff --git a/CHANGELOG.md b/CHANGELOG.md index 743062c7..bd299d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.0.12 (Fri Jan 12 2024) + +#### 🐛 Bug Fix + +- Import components top down instead of bottom up [#135](https://github.com/CityOfDetroit/COD-Design-System/pull/135) ([@maxatdetroit](https://github.com/maxatdetroit)) + +#### Authors: 1 + +- Max Morgan ([@maxatdetroit](https://github.com/maxatdetroit)) + +--- + # v1.0.11 (Wed Dec 06 2023) #### 🐛 Bug Fix diff --git a/package.json b/package.json index b4a69cfc..de708abe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cod-design-system", - "version": "1.0.11", + "version": "1.0.12", "description": "City of Detroit design system", "main": "dist/index.js", "repository": "https://github.com/jedgar1mx/COD-Design-System",