diff --git a/CHANGELOG.md b/CHANGELOG.md index fb27eaa..129feff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.17.3](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.17.2...v1.17.3) (2024-06-12) + + +### Bug Fixes + +* bump cocreate dependencies ([0b9d9a7](https://github.com/CoCreate-app/CoCreate-docs/commit/0b9d9a7f7341244145e8eec0271ea2b3d9bbf815)) +* svg icon class ([c10ef99](https://github.com/CoCreate-app/CoCreate-docs/commit/c10ef9975b806452923d1c630108bfb93701966d)) + ## [1.17.2](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.17.1...v1.17.2) (2024-04-29) diff --git a/package.json b/package.json index 189e9d5..c8fca12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/docs", - "version": "1.17.2", + "version": "1.17.3", "description": "Documentation generator ", "keywords": [ "cocreate", @@ -32,4 +32,4 @@ "glob": "^7.1.6", "parse-html-comments": "^1.3.1" } -} \ No newline at end of file +}