diff --git a/CHANGELOG.md b/CHANGELOG.md index 048426b..3d0bf16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.16.5](https://github.com/CoCreate-app/CoCreate-select/compare/v1.16.4...v1.16.5) (2024-06-12) + + +### Bug Fixes + +* bump cocreate dependencies ([5c566c1](https://github.com/CoCreate-app/CoCreate-select/commit/5c566c1a2068f473075eb69f5097010c46571889)) +* svg icon class ([0ec538c](https://github.com/CoCreate-app/CoCreate-select/commit/0ec538c8834a562914014609bda1271e04e386b0)) + ## [1.16.4](https://github.com/CoCreate-app/CoCreate-select/compare/v1.16.3...v1.16.4) (2024-04-29) diff --git a/package.json b/package.json index 03d28f9..ff24f7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/select", - "version": "1.16.4", + "version": "1.16.5", "description": "A simple select component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "select", @@ -61,4 +61,4 @@ "@cocreate/observer": "^1.16.1", "@cocreate/utils": "^1.33.7" } -} \ No newline at end of file +}