diff --git a/CHANGELOG.md b/CHANGELOG.md index a480393..f81a859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.16.0...v1.17.0) (2024-01-08) + + +### Features + +* bumped CoCreate dependencies to their latest versions ([0cc5835](https://github.com/CoCreate-app/CoCreate-docs/commit/0cc58357749a0a3c145e9922c559ede020633f05)) + # [1.16.0](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.15.0...v1.16.0) (2023-11-25) diff --git a/package.json b/package.json index a133a82..2e89783 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/docs", - "version": "1.16.0", + "version": "1.17.0", "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 +}