From d33360ffea245d9177086083dc86395b7dfb5f21 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Jan 2021 04:11:18 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-01-24) ### Features * Initial Release ([0e05084](https://github.com/CoCreate-app/CoCreate-api/commit/0e050848b277b0664caf135d757ecd804c94cb88)) --- CHANGELOG.md | 7 +++++++ package.json | 18 ++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cf709..2ded368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,8 @@ +# 1.0.0 (2021-01-24) + + +### Features + +* Initial Release ([0e05084](https://github.com/CoCreate-app/CoCreate-api/commit/0e050848b277b0664caf135d757ecd804c94cb88)) + # CHANGELOG diff --git a/package.json b/package.json index 76452c6..d8b41fd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,22 @@ "name": "@cocreate/api", "version": "1.0.0", "description": "A simple HTML5 and pure javascript component. Easy configuration using data-attributes and/or JavaScript API. Highly customizable and styleable.", - "keywords": ["cocreate","no-code-framework","cocreatejs","cocreatejs-component","cocreate-framework","no-code","low-code","collaborative-framework","realtime","realtime-framework","collaboration","shared-editing","html5-framework","javascript-framework"], + "keywords": [ + "cocreate", + "no-code-framework", + "cocreatejs", + "cocreatejs-component", + "cocreate-framework", + "no-code", + "low-code", + "collaborative-framework", + "realtime", + "realtime-framework", + "collaboration", + "shared-editing", + "html5-framework", + "javascript-framework" + ], "publishConfig": { "access": "public" }, @@ -32,7 +47,6 @@ "webpack-cli": "^4.3.1", "webpack-log": "^3.0.1" }, - "dependencies": { "@cocreate/docs": "^1.0.3" }