diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e68fc1b..22af64f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.0.35 (Tue Sep 24 2024) + +#### 🐛 Bug Fix + +- Creating new countdown component. [#270](https://github.com/CityOfDetroit/COD-Design-System/pull/270) ([@jedgar1mx](https://github.com/jedgar1mx)) + +#### Authors: 1 + +- J Edgar Montes ([@jedgar1mx](https://github.com/jedgar1mx)) + +--- + # v1.0.34 (Wed Sept 4 2024) #### 🐛 Bug Fix diff --git a/package.json b/package.json index 4ea9baac..17caf689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cod-design-system", - "version": "1.0.33", + "version": "1.0.35", "description": "City of Detroit design system", "main": "dist/index.js", "repository": {