diff --git a/CHANGELOG.md b/CHANGELOG.md index 810aa3bc..ac035a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v1.0.32 (Thu Aug 22 2024) + +#### 🐛 Bug Fix + +- Feature.259 [#260](https://github.com/CityOfDetroit/COD-Design-System/pull/260) ([@jedgar1mx](https://github.com/jedgar1mx)) +- Adding zoom controls to layers in map component. [#258](https://github.com/CityOfDetroit/COD-Design-System/pull/258) ([@jedgar1mx](https://github.com/jedgar1mx)) +- Feature.255 [#256](https://github.com/CityOfDetroit/COD-Design-System/pull/256) ([@jedgar1mx](https://github.com/jedgar1mx)) + +#### Authors: 1 + +- J Edgar Montes ([@jedgar1mx](https://github.com/jedgar1mx)) + +--- + # v1.0.31 (Tues Aug 06 2024) #### 🐛 Bug Fix diff --git a/package.json b/package.json index 56aea8f8..49791eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cod-design-system", - "version": "1.0.31", + "version": "1.0.32", "description": "City of Detroit design system", "main": "dist/index.js", "repository": {