Skip to content

Commit d33360f

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-01-24) ### Features * Initial Release ([0e05084](0e05084))
1 parent 0e05084 commit d33360f

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
# 1.0.0 (2021-01-24)
2+
3+
4+
### Features
5+
6+
* Initial Release ([0e05084](https://github.com/CoCreate-app/CoCreate-api/commit/0e050848b277b0664caf135d757ecd804c94cb88))
7+
18
# CHANGELOG

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22
"name": "@cocreate/api",
33
"version": "1.0.0",
44
"description": "A simple HTML5 and pure javascript component. Easy configuration using data-attributes and/or JavaScript API. Highly customizable and styleable.",
5-
"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"],
5+
"keywords": [
6+
"cocreate",
7+
"no-code-framework",
8+
"cocreatejs",
9+
"cocreatejs-component",
10+
"cocreate-framework",
11+
"no-code",
12+
"low-code",
13+
"collaborative-framework",
14+
"realtime",
15+
"realtime-framework",
16+
"collaboration",
17+
"shared-editing",
18+
"html5-framework",
19+
"javascript-framework"
20+
],
621
"publishConfig": {
722
"access": "public"
823
},
@@ -32,7 +47,6 @@
3247
"webpack-cli": "^4.3.1",
3348
"webpack-log": "^3.0.1"
3449
},
35-
3650
"dependencies": {
3751
"@cocreate/docs": "^1.0.3"
3852
}

0 commit comments

Comments
 (0)