diff --git a/CHANGELOG.md b/CHANGELOG.md index a0452da9..dca043dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.14](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.1.13...v1.1.14) (2021-06-24) + + +### Bug Fixes + +* package versioningto 1.0.0 ([fdc22f0](https://github.com/CoCreate-app/CoCreate-docs/commit/fdc22f087015bcd9044c7209bb6e32e017e4ab69)) + ## [1.1.13](https://github.com/CoCreate-app/CoCreate-docs/compare/v1.1.12...v1.1.13) (2021-06-24) diff --git a/package.json b/package.json index ffc435ff..b2213cbf 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "@cocreate/docs", - "version": "1.1.13", + "version": "1.1.14", "description": "Documentation generator ", - "keywords": ["cocreate", "lowcode", "doc-generator"], + "keywords": [ + "cocreate", + "lowcode", + "doc-generator" + ], "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -17,7 +21,9 @@ }, "author": "CoCreate LLC", "license": "MIT", - "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-docs/issues" }, + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-docs/issues" + }, "homepage": "https://github.com/CoCreate-app/CoCreate-docs#readme", "dependencies": { "@cocreate/crud-client": "^1.0.0",