diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b47f06b..9212bc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.6](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.0.5...v1.0.6) (2021-01-19) + + +### Bug Fixes + +* (fixed issue with bug causeing docs not to run) ([79a381a](https://github.com/CoCreate-app/CoCreate-docs/commit/79a381a59972ba53634d3819d2bb45c2414320df)) + ## [1.0.5](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.0.4...v1.0.5) (2021-01-18) diff --git a/package.json b/package.json index 55a007ed..81c98a74 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,12 @@ { "name": "@cocreate/docs", - "version": "1.0.5", + "version": "1.0.6", "description": "Documentation generator ", "keywords": [ - "cocreate", - "lowcode", - "doc-generator" + "cocreate", + "lowcode", + "doc-generator" ], - "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",